[INFO] fetching crate wifi_drone 0.0.3... [INFO] checking wifi_drone-0.0.3 against beta for pr-78714 [INFO] extracting crate wifi_drone 0.0.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate wifi_drone 0.0.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wifi_drone 0.0.3 [INFO] finished tweaking crates.io crate wifi_drone 0.0.3 [INFO] tweaked toml for crates.io crate wifi_drone 0.0.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e1e51494a0c55a3eb0c98f031d5529969bf1570783425c5728342e8694ccf6e2 [INFO] running `Command { std: "docker" "start" "-a" "e1e51494a0c55a3eb0c98f031d5529969bf1570783425c5728342e8694ccf6e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1e51494a0c55a3eb0c98f031d5529969bf1570783425c5728342e8694ccf6e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1e51494a0c55a3eb0c98f031d5529969bf1570783425c5728342e8694ccf6e2", kill_on_drop: false }` [INFO] [stdout] e1e51494a0c55a3eb0c98f031d5529969bf1570783425c5728342e8694ccf6e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f7933a76445c89c8b4b36a072e2830b2c4de1d2355fa0306f7c4251c1394eea [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" "0f7933a76445c89c8b4b36a072e2830b2c4de1d2355fa0306f7c4251c1394eea", kill_on_drop: false }` [INFO] [stderr] Checking wifi_drone v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:24:72 [INFO] [stdout] | [INFO] [stdout] 24 | Err(e) => panic!("Error connecting to handshake socket: {}", e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/lib.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | Err(e) => panic!("Error writing {}: {}", index, e.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/lib.rs:24:72 [INFO] [stdout] | [INFO] [stdout] 24 | Err(e) => panic!("Error connecting to handshake socket: {}", e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/constants.rs:42:67 [INFO] [stdout] | [INFO] [stdout] 42 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.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/constants.rs:46:67 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.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/lib.rs:31:63 [INFO] [stdout] | [INFO] [stdout] 31 | Err(e) => panic!("Error writing {}: {}", index, e.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/gamepad.rs:17:74 [INFO] [stdout] | [INFO] [stdout] 17 | Err(e) => panic!("Error connecting to gamepad socket: {}", e.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/constants.rs:42:67 [INFO] [stdout] | [INFO] [stdout] 42 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.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/constants.rs:46:67 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.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/gamepad.rs:17:74 [INFO] [stdout] | [INFO] [stdout] 17 | Err(e) => panic!("Error connecting to gamepad socket: {}", e.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/gamepad.rs:48:66 [INFO] [stdout] | [INFO] [stdout] 48 | Err(e) => panic!("Error writing gamepad data: {}", e.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/gamepad.rs:48:66 [INFO] [stdout] | [INFO] [stdout] 48 | Err(e) => panic!("Error writing gamepad data: {}", e.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/heartbeat.rs:18:76 [INFO] [stdout] | [INFO] [stdout] 18 | Err(e) => panic!("Error connecting to heartbeat socket: {}", e.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/heartbeat.rs:18:76 [INFO] [stdout] | [INFO] [stdout] 18 | Err(e) => panic!("Error connecting to heartbeat socket: {}", e.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/heartbeat.rs:42:73 [INFO] [stdout] | [INFO] [stdout] 42 | Err(e) => println!("Error on heartbeat socket: {:?}", e.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/heartbeat.rs:47:78 [INFO] [stdout] | [INFO] [stdout] 47 | Err(e) => println!("Error writing heartbeat socket: {:?}", e.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/heartbeat.rs:42:73 [INFO] [stdout] | [INFO] [stdout] 42 | Err(e) => println!("Error on heartbeat socket: {:?}", e.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/heartbeat.rs:52:78 [INFO] [stdout] | [INFO] [stdout] 52 | Err(e) => println!("Error reading heartbeat socket: {:?}", e.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/heartbeat.rs:47:78 [INFO] [stdout] | [INFO] [stdout] 47 | Err(e) => println!("Error writing heartbeat socket: {:?}", e.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/heartbeat.rs:52:78 [INFO] [stdout] | [INFO] [stdout] 52 | Err(e) => println!("Error reading heartbeat socket: {:?}", e.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/video.rs:20:78 [INFO] [stdout] | [INFO] [stdout] 20 | Err(e) => panic!("Couldn't connect to video input socket: {}", e.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/video.rs:27:79 [INFO] [stdout] | [INFO] [stdout] 27 | Err(e) => panic!("Couldn't connect to video output socket: {}", e.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/video.rs:20:78 [INFO] [stdout] | [INFO] [stdout] 20 | Err(e) => panic!("Couldn't connect to video input socket: {}", e.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/video.rs:49:65 [INFO] [stdout] | [INFO] [stdout] 49 | Err(e) => panic!("Couldn't start ffplay: {}", e.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/video.rs:27:79 [INFO] [stdout] | [INFO] [stdout] 27 | Err(e) => panic!("Couldn't connect to video output socket: {}", e.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/video.rs:60:61 [INFO] [stdout] | [INFO] [stdout] 60 | Err(e) => panic!("Error writing video 2: {}", e.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/video.rs:68:75 [INFO] [stdout] | [INFO] [stdout] 68 | Err(e) => println!("Error on video input socket: {:?}", e.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/video.rs:73:76 [INFO] [stdout] | [INFO] [stdout] 73 | Err(e) => println!("Error on video output socket: {:?}", e.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/video.rs:49:65 [INFO] [stdout] | [INFO] [stdout] 49 | Err(e) => panic!("Couldn't start ffplay: {}", e.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/video.rs:78:80 [INFO] [stdout] | [INFO] [stdout] 78 | Err(e) => println!("Error reading video input socket: {:?}", e.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/video.rs:86:85 [INFO] [stdout] | [INFO] [stdout] 86 | Err(e) => println!("Error writing video output socket: {:?}", e.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/video.rs:60:61 [INFO] [stdout] | [INFO] [stdout] 60 | Err(e) => panic!("Error writing video 2: {}", e.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/video.rs:68:75 [INFO] [stdout] | [INFO] [stdout] 68 | Err(e) => println!("Error on video input socket: {:?}", e.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/video.rs:73:76 [INFO] [stdout] | [INFO] [stdout] 73 | Err(e) => println!("Error on video output socket: {:?}", e.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/video.rs:78:80 [INFO] [stdout] | [INFO] [stdout] 78 | Err(e) => println!("Error reading video input socket: {:?}", e.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/video.rs:86:85 [INFO] [stdout] | [INFO] [stdout] 86 | Err(e) => println!("Error writing video output socket: {:?}", e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "0f7933a76445c89c8b4b36a072e2830b2c4de1d2355fa0306f7c4251c1394eea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f7933a76445c89c8b4b36a072e2830b2c4de1d2355fa0306f7c4251c1394eea", kill_on_drop: false }` [INFO] [stdout] 0f7933a76445c89c8b4b36a072e2830b2c4de1d2355fa0306f7c4251c1394eea