[INFO] crate wifi_drone 0.0.3 is already in cache [INFO] testing wifi_drone-0.0.3 against 1.45.2 for beta-1.46-1 [INFO] extracting crate wifi_drone 0.0.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate wifi_drone 0.0.3 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5fc0b78b18b5313dbcf75dd37689e7c5548e759bef611fd1b876e574f8e37b99 [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" "5fc0b78b18b5313dbcf75dd37689e7c5548e759bef611fd1b876e574f8e37b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5fc0b78b18b5313dbcf75dd37689e7c5548e759bef611fd1b876e574f8e37b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fc0b78b18b5313dbcf75dd37689e7c5548e759bef611fd1b876e574f8e37b99", kill_on_drop: false }` [INFO] [stdout] 5fc0b78b18b5313dbcf75dd37689e7c5548e759bef611fd1b876e574f8e37b99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d240889096f00763d01960e25d3b84d1d5138123e64fca97aa50a3d92bde98d8 [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" "d240889096f00763d01960e25d3b84d1d5138123e64fca97aa50a3d92bde98d8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wifi_drone v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `Command { std: "docker" "inspect" "d240889096f00763d01960e25d3b84d1d5138123e64fca97aa50a3d92bde98d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d240889096f00763d01960e25d3b84d1d5138123e64fca97aa50a3d92bde98d8", kill_on_drop: false }` [INFO] [stdout] d240889096f00763d01960e25d3b84d1d5138123e64fca97aa50a3d92bde98d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afc3e6220f026bba117ff26d42532c5e97b2247359f32d2425398078b972ed57 [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" "afc3e6220f026bba117ff26d42532c5e97b2247359f32d2425398078b972ed57", kill_on_drop: false }` [INFO] [stderr] Compiling wifi_drone v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.28s [INFO] running `Command { std: "docker" "inspect" "afc3e6220f026bba117ff26d42532c5e97b2247359f32d2425398078b972ed57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afc3e6220f026bba117ff26d42532c5e97b2247359f32d2425398078b972ed57", kill_on_drop: false }` [INFO] [stdout] afc3e6220f026bba117ff26d42532c5e97b2247359f32d2425398078b972ed57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4a57d38167ec06f06efbe39df30d52732cf969aa09c62b828130a6c819805886 [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" "4a57d38167ec06f06efbe39df30d52732cf969aa09c62b828130a6c819805886", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:72 [INFO] [stderr] | [INFO] [stderr] 24 | Err(e) => panic!("Error connecting to handshake socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:63 [INFO] [stderr] | [INFO] [stderr] 31 | Err(e) => panic!("Error writing {}: {}", index, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/constants.rs:42:67 [INFO] [stderr] | [INFO] [stderr] 42 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/constants.rs:46:67 [INFO] [stderr] | [INFO] [stderr] 46 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gamepad.rs:17:74 [INFO] [stderr] | [INFO] [stderr] 17 | Err(e) => panic!("Error connecting to gamepad socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gamepad.rs:48:66 [INFO] [stderr] | [INFO] [stderr] 48 | Err(e) => panic!("Error writing gamepad data: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:18:76 [INFO] [stderr] | [INFO] [stderr] 18 | Err(e) => panic!("Error connecting to heartbeat socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:42:73 [INFO] [stderr] | [INFO] [stderr] 42 | Err(e) => println!("Error on heartbeat socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:24:72 [INFO] [stderr] | [INFO] [stderr] 24 | Err(e) => panic!("Error connecting to handshake socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:47:78 [INFO] [stderr] | [INFO] [stderr] 47 | Err(e) => println!("Error writing heartbeat socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:31:63 [INFO] [stderr] | [INFO] [stderr] 31 | Err(e) => panic!("Error writing {}: {}", index, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:52:78 [INFO] [stderr] | [INFO] [stderr] 52 | Err(e) => println!("Error reading heartbeat socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/constants.rs:42:67 [INFO] [stderr] | [INFO] [stderr] 42 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:20:78 [INFO] [stderr] | [INFO] [stderr] 20 | Err(e) => panic!("Couldn't connect to video input socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/constants.rs:46:67 [INFO] [stderr] | [INFO] [stderr] 46 | Err(e) => panic!("Couldn't parse {}: {}", data_str, e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:27:79 [INFO] [stderr] | [INFO] [stderr] 27 | Err(e) => panic!("Couldn't connect to video output socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:49:65 [INFO] [stderr] | [INFO] [stderr] 49 | Err(e) => panic!("Couldn't start ffplay: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gamepad.rs:17:74 [INFO] [stderr] | [INFO] [stderr] 17 | Err(e) => panic!("Error connecting to gamepad socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:60:61 [INFO] [stderr] | [INFO] [stderr] 60 | Err(e) => panic!("Error writing video 2: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/gamepad.rs:48:66 [INFO] [stderr] | [INFO] [stderr] 48 | Err(e) => panic!("Error writing gamepad data: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:68:75 [INFO] [stderr] | [INFO] [stderr] 68 | Err(e) => println!("Error on video input socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:18:76 [INFO] [stderr] | [INFO] [stderr] 18 | Err(e) => panic!("Error connecting to heartbeat socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:73:76 [INFO] [stderr] | [INFO] [stderr] 73 | Err(e) => println!("Error on video output socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:42:73 [INFO] [stderr] | [INFO] [stderr] 42 | Err(e) => println!("Error on heartbeat socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:78:80 [INFO] [stderr] | [INFO] [stderr] 78 | Err(e) => println!("Error reading video input socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:86:85 [INFO] [stderr] | [INFO] [stderr] 86 | Err(e) => println!("Error writing video output socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:47:78 [INFO] [stderr] | [INFO] [stderr] 47 | Err(e) => println!("Error writing heartbeat socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/heartbeat.rs:52:78 [INFO] [stderr] | [INFO] [stderr] 52 | Err(e) => println!("Error reading heartbeat socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:20:78 [INFO] [stderr] | [INFO] [stderr] 20 | Err(e) => panic!("Couldn't connect to video input socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:27:79 [INFO] [stderr] | [INFO] [stderr] 27 | Err(e) => panic!("Couldn't connect to video output socket: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:49:65 [INFO] [stderr] | [INFO] [stderr] 49 | Err(e) => panic!("Couldn't start ffplay: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:60:61 [INFO] [stderr] | [INFO] [stderr] 60 | Err(e) => panic!("Error writing video 2: {}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:68:75 [INFO] [stderr] | [INFO] [stderr] 68 | Err(e) => println!("Error on video input socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:73:76 [INFO] [stderr] | [INFO] [stderr] 73 | Err(e) => println!("Error on video output socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:78:80 [INFO] [stderr] | [INFO] [stderr] 78 | Err(e) => println!("Error reading video input socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/video.rs:86:85 [INFO] [stderr] | [INFO] [stderr] 86 | Err(e) => println!("Error writing video output socket: {:?}", e.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wifi_drone-7017d553552eb2b8 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test command::tests::test_throttle_up ... ok [INFO] [stdout] test constants::tests::test_read_file_valid ... ok [INFO] [stdout] test command::tests::test_throttle_down ... ok [INFO] [stdout] test constants::tests::test_read_file_invalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests wifi_drone [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4a57d38167ec06f06efbe39df30d52732cf969aa09c62b828130a6c819805886", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a57d38167ec06f06efbe39df30d52732cf969aa09c62b828130a6c819805886", kill_on_drop: false }` [INFO] [stdout] 4a57d38167ec06f06efbe39df30d52732cf969aa09c62b828130a6c819805886