[INFO] crate wifi_drone 0.0.3 is already in cache [INFO] testing wifi_drone-0.0.3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate wifi_drone 0.0.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate wifi_drone 0.0.3 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 7589594b3a38bd1ddf3e87b0b52d334097055e583bb13f0ebaad3fa844419c34 [INFO] running `"docker" "start" "-a" "7589594b3a38bd1ddf3e87b0b52d334097055e583bb13f0ebaad3fa844419c34"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling wayland-scanner v0.8.7 [INFO] [stderr] Compiling wayland-client v0.8.7 [INFO] [stderr] Compiling glutin v0.8.1 [INFO] [stderr] Compiling serde_json v0.9.10 [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 27.80s [INFO] running `"docker" "inspect" "7589594b3a38bd1ddf3e87b0b52d334097055e583bb13f0ebaad3fa844419c34"` [INFO] running `"docker" "rm" "-f" "7589594b3a38bd1ddf3e87b0b52d334097055e583bb13f0ebaad3fa844419c34"` [INFO] [stdout] 7589594b3a38bd1ddf3e87b0b52d334097055e583bb13f0ebaad3fa844419c34 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2e89fb6af135c9b642f7efa005332f516f85ae745aad23de92d96e6d30e8b3e7 [INFO] running `"docker" "start" "-a" "2e89fb6af135c9b642f7efa005332f516f85ae745aad23de92d96e6d30e8b3e7"` [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] 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 test [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `"docker" "inspect" "2e89fb6af135c9b642f7efa005332f516f85ae745aad23de92d96e6d30e8b3e7"` [INFO] running `"docker" "rm" "-f" "2e89fb6af135c9b642f7efa005332f516f85ae745aad23de92d96e6d30e8b3e7"` [INFO] [stdout] 2e89fb6af135c9b642f7efa005332f516f85ae745aad23de92d96e6d30e8b3e7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 2e293a87f4908f834c19474d3742991dec9483e5a735db8ff0c71a1da8bd7013 [INFO] running `"docker" "start" "-a" "2e293a87f4908f834c19474d3742991dec9483e5a735db8ff0c71a1da8bd7013"` [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.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wifi_drone-33cc95df39e3f396 [INFO] [stdout] [INFO] [stdout] running 4 tests [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_valid ... 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" "2e293a87f4908f834c19474d3742991dec9483e5a735db8ff0c71a1da8bd7013"` [INFO] running `"docker" "rm" "-f" "2e293a87f4908f834c19474d3742991dec9483e5a735db8ff0c71a1da8bd7013"` [INFO] [stdout] 2e293a87f4908f834c19474d3742991dec9483e5a735db8ff0c71a1da8bd7013