[INFO] fetching crate gfx_core 0.9.2... [INFO] checking gfx_core-0.9.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate gfx_core 0.9.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate gfx_core 0.9.2 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gfx_core 0.9.2 [INFO] finished tweaking crates.io crate gfx_core 0.9.2 [INFO] tweaked toml for crates.io crate gfx_core 0.9.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ff269004d016d9c3617959234e81af5e9edbaaa7a172568da296cba137a6e7fa [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" "ff269004d016d9c3617959234e81af5e9edbaaa7a172568da296cba137a6e7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ff269004d016d9c3617959234e81af5e9edbaaa7a172568da296cba137a6e7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff269004d016d9c3617959234e81af5e9edbaaa7a172568da296cba137a6e7fa", kill_on_drop: false }` [INFO] [stdout] ff269004d016d9c3617959234e81af5e9edbaaa7a172568da296cba137a6e7fa [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" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4978dde00b8a29b12a7333c6b7c0a36e4cba181d86d6836f1cfec1921cc908bb [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" "4978dde00b8a29b12a7333c6b7c0a36e4cba181d86d6836f1cfec1921cc908bb", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking gfx_core v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:343:19 [INFO] [stdout] | [INFO] [stdout] 343 | let raw = try!(self.create_texture_raw(desc, channel_hint, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:452:19 [INFO] [stdout] | [INFO] [stdout] 452 | let raw = try!(self.create_texture_raw(desc, Some(cty), Some((data, mipmap)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:455:20 [INFO] [stdout] | [INFO] [stdout] 455 | let view = try!(self.view_texture_as_shader_resource::(&tex, levels, format::Swizzle::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:486:19 [INFO] [stdout] | [INFO] [stdout] 486 | let tex = try!(self.create_texture(kind, levels, Bind::SHADER_RESOURCE | Bind::RENDER_TARGET, Usage::Data, Some(cty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:487:24 [INFO] [stdout] | [INFO] [stdout] 487 | let resource = try!(self.view_texture_as_shader_resource::(&tex, (0, levels-1), format::Swizzle::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:488:22 [INFO] [stdout] | [INFO] [stdout] 488 | let target = try!(self.view_texture_as_render_target(&tex, 0, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:501:19 [INFO] [stdout] | [INFO] [stdout] 501 | let tex = try!(self.create_texture(kind, 1, Bind::SHADER_RESOURCE | Bind::DEPTH_STENCIL, Usage::Data, Some(cty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:502:24 [INFO] [stdout] | [INFO] [stdout] 502 | let resource = try!(self.view_texture_as_shader_resource::(&tex, (0, 0), format::Swizzle::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:503:22 [INFO] [stdout] | [INFO] [stdout] 503 | let target = try!(self.view_texture_as_depth_stencil_trivial(&tex)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | let tex = try!(self.create_texture(kind, 1, Bind::DEPTH_STENCIL, Usage::Data, Some(cty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:514:22 [INFO] [stdout] | [INFO] [stdout] 514 | let target = try!(self.view_texture_as_depth_stencil_trivial(&tex)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/mapping.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 160 | let mut mapping = try!(take_access_checked(Access::READ, buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/mapping.rs:174:23 [INFO] [stdout] | [INFO] [stdout] 174 | let mut mapping = try!(take_access_checked(Access::WRITE, buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | try!(write!(f, "ValueF32Matrix2(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:190:21 [INFO] [stdout] | [INFO] [stdout] 190 | try!(write!(f, "{:?}", &v[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | try!(write!(f, "ValueF32Matrix3(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:197:21 [INFO] [stdout] | [INFO] [stdout] 197 | try!(write!(f, "{:?}", &v[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 202 | try!(write!(f, "ValueF32Matrix4(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | try!(write!(f, "{:?}", &v[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:343:19 [INFO] [stdout] | [INFO] [stdout] 343 | let raw = try!(self.create_texture_raw(desc, channel_hint, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:452:19 [INFO] [stdout] | [INFO] [stdout] 452 | let raw = try!(self.create_texture_raw(desc, Some(cty), Some((data, mipmap)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:455:20 [INFO] [stdout] | [INFO] [stdout] 455 | let view = try!(self.view_texture_as_shader_resource::(&tex, levels, format::Swizzle::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:486:19 [INFO] [stdout] | [INFO] [stdout] 486 | let tex = try!(self.create_texture(kind, levels, Bind::SHADER_RESOURCE | Bind::RENDER_TARGET, Usage::Data, Some(cty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:487:24 [INFO] [stdout] | [INFO] [stdout] 487 | let resource = try!(self.view_texture_as_shader_resource::(&tex, (0, levels-1), format::Swizzle::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:488:22 [INFO] [stdout] | [INFO] [stdout] 488 | let target = try!(self.view_texture_as_render_target(&tex, 0, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:501:19 [INFO] [stdout] | [INFO] [stdout] 501 | let tex = try!(self.create_texture(kind, 1, Bind::SHADER_RESOURCE | Bind::DEPTH_STENCIL, Usage::Data, Some(cty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:502:24 [INFO] [stdout] | [INFO] [stdout] 502 | let resource = try!(self.view_texture_as_shader_resource::(&tex, (0, 0), format::Swizzle::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:503:22 [INFO] [stdout] | [INFO] [stdout] 503 | let target = try!(self.view_texture_as_depth_stencil_trivial(&tex)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | let tex = try!(self.create_texture(kind, 1, Bind::DEPTH_STENCIL, Usage::Data, Some(cty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:514:22 [INFO] [stdout] | [INFO] [stdout] 514 | let target = try!(self.view_texture_as_depth_stencil_trivial(&tex)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/mapping.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 160 | let mut mapping = try!(take_access_checked(Access::READ, buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/mapping.rs:174:23 [INFO] [stdout] | [INFO] [stdout] 174 | let mut mapping = try!(take_access_checked(Access::WRITE, buffer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | try!(write!(f, "ValueF32Matrix2(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:190:21 [INFO] [stdout] | [INFO] [stdout] 190 | try!(write!(f, "{:?}", &v[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | try!(write!(f, "ValueF32Matrix3(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:197:21 [INFO] [stdout] | [INFO] [stdout] 197 | try!(write!(f, "{:?}", &v[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 202 | try!(write!(f, "ValueF32Matrix4(")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shade.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | try!(write!(f, "{:?}", &v[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:240:51 [INFO] [stdout] | [INFO] [stdout] 240 | AccessOverlap => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/buffer.rs:129:84 [INFO] [stdout] | [INFO] [stdout] 129 | CreationError::UnsupportedBind(ref bind) => write!(f, "{}: {:?}", self.description(), bind), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/buffer.rs:130:82 [INFO] [stdout] | [INFO] [stdout] 130 | CreationError::UnsupportedUsage(usage) => write!(f, "{}: {:?}", self.description(), usage), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/buffer.rs:131:39 [INFO] [stdout] | [INFO] [stdout] 131 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:43:88 [INFO] [stdout] | [INFO] [stdout] 43 | ResourceViewError::Channel(ref channel_type) => write!(f, "{}: {:?}", self.description(), channel_type), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:44:74 [INFO] [stdout] | [INFO] [stdout] 44 | ResourceViewError::Layer(ref le) => write!(f, "{}: {}", self.description(), le), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | _ => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:88:32 [INFO] [stdout] | [INFO] [stdout] 88 | let description = self.description(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:139:71 [INFO] [stdout] | [INFO] [stdout] 139 | CombinedError::Texture(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:140:72 [INFO] [stdout] | [INFO] [stdout] 140 | CombinedError::Resource(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:141:70 [INFO] [stdout] | [INFO] [stdout] 141 | CombinedError::Target(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:240:51 [INFO] [stdout] | [INFO] [stdout] 240 | AccessOverlap => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/buffer.rs:129:84 [INFO] [stdout] | [INFO] [stdout] 129 | CreationError::UnsupportedBind(ref bind) => write!(f, "{}: {:?}", self.description(), bind), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/buffer.rs:130:82 [INFO] [stdout] | [INFO] [stdout] 130 | CreationError::UnsupportedUsage(usage) => write!(f, "{}: {:?}", self.description(), usage), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/buffer.rs:131:39 [INFO] [stdout] | [INFO] [stdout] 131 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/mapping.rs:53:67 [INFO] [stdout] | [INFO] [stdout] 53 | write!(f, "{}: access = {:?}, usage = {:?}", self.description(), access, usage) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/mapping.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | AccessOverlap => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:43:88 [INFO] [stdout] | [INFO] [stdout] 43 | ResourceViewError::Channel(ref channel_type) => write!(f, "{}: {:?}", self.description(), channel_type), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:44:74 [INFO] [stdout] | [INFO] [stdout] 44 | ResourceViewError::Layer(ref le) => write!(f, "{}: {}", self.description(), le), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | _ => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:88:32 [INFO] [stdout] | [INFO] [stdout] 88 | let description = self.description(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:139:71 [INFO] [stdout] | [INFO] [stdout] 139 | CombinedError::Texture(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:140:72 [INFO] [stdout] | [INFO] [stdout] 140 | CombinedError::Resource(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/factory.rs:141:70 [INFO] [stdout] | [INFO] [stdout] 141 | CombinedError::Target(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/pso.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/shade.rs:537:30 [INFO] [stdout] | [INFO] [stdout] 537 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/shade.rs:603:25 [INFO] [stdout] | [INFO] [stdout] 603 | let desc = self.description(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:95:54 [INFO] [stdout] | [INFO] [stdout] 95 | ... self.description(), surf, chan), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:96:70 [INFO] [stdout] | [INFO] [stdout] 96 | CreationError::Samples(aa) => write!(f, "{}: {:?}", self.description(), aa), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:97:67 [INFO] [stdout] | [INFO] [stdout] 97 | CreationError::Size(size) => write!(f, "{}: {}", self.description(), size), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:98:67 [INFO] [stdout] | [INFO] [stdout] 98 | CreationError::Data(data) => write!(f, "{}: {}", self.description(), data), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:99:71 [INFO] [stdout] | [INFO] [stdout] 99 | CreationError::Usage(usage) => write!(f, "{}: {:?}", self.description(), usage), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:100:39 [INFO] [stdout] | [INFO] [stdout] 100 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:132:73 [INFO] [stdout] | [INFO] [stdout] 132 | LayerError::NotExpected(kind) => write!(f, "{}: {:?}", self.description(), kind), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:133:82 [INFO] [stdout] | [INFO] [stdout] 133 | LayerError::OutOfBounds(layer, count) => write!(f, "{}: {}/{}", self.description(), layer, count), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/mapping.rs:53:67 [INFO] [stdout] | [INFO] [stdout] 53 | write!(f, "{}: access = {:?}, usage = {:?}", self.description(), access, usage) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/mapping.rs:55:51 [INFO] [stdout] | [INFO] [stdout] 55 | AccessOverlap => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/pso.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/shade.rs:537:30 [INFO] [stdout] | [INFO] [stdout] 537 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/shade.rs:603:25 [INFO] [stdout] | [INFO] [stdout] 603 | let desc = self.description(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:95:54 [INFO] [stdout] | [INFO] [stdout] 95 | ... self.description(), surf, chan), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:96:70 [INFO] [stdout] | [INFO] [stdout] 96 | CreationError::Samples(aa) => write!(f, "{}: {:?}", self.description(), aa), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:97:67 [INFO] [stdout] | [INFO] [stdout] 97 | CreationError::Size(size) => write!(f, "{}: {}", self.description(), size), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:98:67 [INFO] [stdout] | [INFO] [stdout] 98 | CreationError::Data(data) => write!(f, "{}: {}", self.description(), data), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:99:71 [INFO] [stdout] | [INFO] [stdout] 99 | CreationError::Usage(usage) => write!(f, "{}: {:?}", self.description(), usage), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:100:39 [INFO] [stdout] | [INFO] [stdout] 100 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:132:73 [INFO] [stdout] | [INFO] [stdout] 132 | LayerError::NotExpected(kind) => write!(f, "{}: {:?}", self.description(), kind), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/texture.rs:133:82 [INFO] [stdout] | [INFO] [stdout] 133 | LayerError::OutOfBounds(layer, count) => write!(f, "{}: {}/{}", self.description(), layer, count), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 43 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.44s [INFO] running `Command { std: "docker" "inspect" "4978dde00b8a29b12a7333c6b7c0a36e4cba181d86d6836f1cfec1921cc908bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4978dde00b8a29b12a7333c6b7c0a36e4cba181d86d6836f1cfec1921cc908bb", kill_on_drop: false }` [INFO] [stdout] 4978dde00b8a29b12a7333c6b7c0a36e4cba181d86d6836f1cfec1921cc908bb