[INFO] crate wifi_drone 0.0.3 is already in cache [INFO] testing wifi_drone-0.0.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate wifi_drone 0.0.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate wifi_drone 0.0.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2020-06-03" "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] 3e4cd559541c12b145f5a23f98e184e71c1315a49b862750a563901da77fc171 [INFO] running `"docker" "start" "-a" "3e4cd559541c12b145f5a23f98e184e71c1315a49b862750a563901da77fc171"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling wayland-scanner v0.8.7 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling wayland-client v0.8.7 [INFO] [stderr] Compiling glutin v0.8.1 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.8.7 [INFO] [stderr] Compiling wayland-kbd v0.8.0 [INFO] [stderr] Compiling wayland-window v0.5.0 [INFO] [stderr] Compiling winit v0.6.4 [INFO] [stderr] Compiling wifi_drone v0.0.3 (/opt/rustwide/workdir) [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/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/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 dev [unoptimized + debuginfo] target(s) in 24.81s [INFO] running `"docker" "inspect" "3e4cd559541c12b145f5a23f98e184e71c1315a49b862750a563901da77fc171"` [INFO] running `"docker" "rm" "-f" "3e4cd559541c12b145f5a23f98e184e71c1315a49b862750a563901da77fc171"` [INFO] [stdout] 3e4cd559541c12b145f5a23f98e184e71c1315a49b862750a563901da77fc171 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 37445ccc841e71f7ea864c5b85d250e1d344bfcc2de5a4a3c07518526de01d20 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "37445ccc841e71f7ea864c5b85d250e1d344bfcc2de5a4a3c07518526de01d20"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling wifi_drone v0.0.3 (/opt/rustwide/workdir) [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/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/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] 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/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/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 1.94s [INFO] running `"docker" "inspect" "37445ccc841e71f7ea864c5b85d250e1d344bfcc2de5a4a3c07518526de01d20"` [INFO] running `"docker" "rm" "-f" "37445ccc841e71f7ea864c5b85d250e1d344bfcc2de5a4a3c07518526de01d20"` [INFO] [stdout] 37445ccc841e71f7ea864c5b85d250e1d344bfcc2de5a4a3c07518526de01d20 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0136b3cd570b2badc4687e84ca3b96c4df72630997729b7c2540b18240064132 [INFO] running `"docker" "start" "-a" "0136b3cd570b2badc4687e84ca3b96c4df72630997729b7c2540b18240064132"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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/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/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] 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/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/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.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wifi_drone-cd5fd7bfd86684ed [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test constants::tests::test_read_file_valid ... ok [INFO] [stdout] test command::tests::test_throttle_up ... 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 `"docker" "inspect" "0136b3cd570b2badc4687e84ca3b96c4df72630997729b7c2540b18240064132"` [INFO] running `"docker" "rm" "-f" "0136b3cd570b2badc4687e84ca3b96c4df72630997729b7c2540b18240064132"` [INFO] [stdout] 0136b3cd570b2badc4687e84ca3b96c4df72630997729b7c2540b18240064132