[INFO] fetching crate kiss3d_conrod 0.64.0... [INFO] checking kiss3d_conrod-0.64.0 against beta for pr-78714 [INFO] extracting crate kiss3d_conrod 0.64.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate kiss3d_conrod 0.64.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate kiss3d_conrod 0.64.0 [INFO] finished tweaking crates.io crate kiss3d_conrod 0.64.0 [INFO] tweaked toml for crates.io crate kiss3d_conrod 0.64.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0f230f270aed4dd4f35abdb5daa3c8b318aa4e1da00becc6092329c447a5de82 [INFO] running `Command { std: "docker" "start" "-a" "0f230f270aed4dd4f35abdb5daa3c8b318aa4e1da00becc6092329c447a5de82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f230f270aed4dd4f35abdb5daa3c8b318aa4e1da00becc6092329c447a5de82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f230f270aed4dd4f35abdb5daa3c8b318aa4e1da00becc6092329c447a5de82", kill_on_drop: false }` [INFO] [stdout] 0f230f270aed4dd4f35abdb5daa3c8b318aa4e1da00becc6092329c447a5de82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6d991df402927b69f1cd42aa8db1e141507bff21a6b84d915475eff402eb0ec [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" "d6d991df402927b69f1cd42aa8db1e141507bff21a6b84d915475eff402eb0ec", kill_on_drop: false }` [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking ordered-float v1.1.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Compiling conrod_derive v0.63.0 [INFO] [stderr] Checking piston-viewport v0.5.0 [INFO] [stderr] Checking pistoncore-input v0.24.0 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking daggy v0.5.0 [INFO] [stderr] Checking kiss3d_conrod v0.64.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph/mod.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | pub maybe_state: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std` [INFO] [stdout] --> src/input/state.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | use std; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/theme.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | pub style: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/theme.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn new(style: Box) -> WidgetDefault { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `event` is imported redundantly [INFO] [stdout] --> src/ui.rs:384:21 [INFO] [stdout] | [INFO] [stdout] 2 | use event; [INFO] [stdout] | ----- the item `event` is already imported here [INFO] [stdout] ... [INFO] [stdout] 384 | use event::{self, Input}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ModifierKey` is imported redundantly [INFO] [stdout] --> src/ui.rs:390:17 [INFO] [stdout] | [INFO] [stdout] 385 | use input::{Button, Key, ModifierKey, Motion}; [INFO] [stdout] | ----------- the item `ModifierKey` is already imported here [INFO] [stdout] ... [INFO] [stdout] 390 | use input::keyboard::ModifierKey; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `utils` is imported redundantly [INFO] [stdout] --> src/ui.rs:699:37 [INFO] [stdout] | [INFO] [stdout] 12 | use utils; [INFO] [stdout] | ----- the item `utils` is already imported here [INFO] [stdout] ... [INFO] [stdout] 699 | use utils; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Widget` is imported redundantly [INFO] [stdout] --> src/ui.rs:1072:62 [INFO] [stdout] | [INFO] [stdout] 13 | use widget::{self, Widget}; [INFO] [stdout] | ------ the item `Widget` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1072 | use {color, Colorable, Borderable, Positionable, Widget}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/widget/number_dialer.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | 'events: for widget_event in ui.widget_input(id).events() { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/text.rs:244:37 [INFO] [stdout] | [INFO] [stdout] 244 | Error::IO(ref e) => std::error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/text.rs:254:38 [INFO] [stdout] | [INFO] [stdout] 254 | _ => write!(f, "{}", std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph/mod.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | pub maybe_state: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std` [INFO] [stdout] --> src/input/state.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | use std; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/theme.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 63 | pub style: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/theme.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn new(style: Box) -> WidgetDefault { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `event` is imported redundantly [INFO] [stdout] --> src/ui.rs:384:21 [INFO] [stdout] | [INFO] [stdout] 2 | use event; [INFO] [stdout] | ----- the item `event` is already imported here [INFO] [stdout] ... [INFO] [stdout] 384 | use event::{self, Input}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ModifierKey` is imported redundantly [INFO] [stdout] --> src/ui.rs:390:17 [INFO] [stdout] | [INFO] [stdout] 385 | use input::{Button, Key, ModifierKey, Motion}; [INFO] [stdout] | ----------- the item `ModifierKey` is already imported here [INFO] [stdout] ... [INFO] [stdout] 390 | use input::keyboard::ModifierKey; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `utils` is imported redundantly [INFO] [stdout] --> src/ui.rs:699:37 [INFO] [stdout] | [INFO] [stdout] 12 | use utils; [INFO] [stdout] | ----- the item `utils` is already imported here [INFO] [stdout] ... [INFO] [stdout] 699 | use utils; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Widget` is imported redundantly [INFO] [stdout] --> src/ui.rs:1072:62 [INFO] [stdout] | [INFO] [stdout] 13 | use widget::{self, Widget}; [INFO] [stdout] | ------ the item `Widget` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1072 | use {color, Colorable, Borderable, Positionable, Widget}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/widget/number_dialer.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | 'events: for widget_event in ui.widget_input(id).events() { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/text.rs:244:37 [INFO] [stdout] | [INFO] [stdout] 244 | Error::IO(ref e) => std::error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/text.rs:254:38 [INFO] [stdout] | [INFO] [stdout] 254 | _ => write!(f, "{}", std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.14s [INFO] running `Command { std: "docker" "inspect" "d6d991df402927b69f1cd42aa8db1e141507bff21a6b84d915475eff402eb0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6d991df402927b69f1cd42aa8db1e141507bff21a6b84d915475eff402eb0ec", kill_on_drop: false }` [INFO] [stdout] d6d991df402927b69f1cd42aa8db1e141507bff21a6b84d915475eff402eb0ec