[INFO] fetching crate gfx 0.18.2... [INFO] checking gfx-0.18.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate gfx 0.18.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate gfx 0.18.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gfx 0.18.2 [INFO] finished tweaking crates.io crate gfx 0.18.2 [INFO] tweaked toml for crates.io crate gfx 0.18.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45c3842df69f0d89a7d35ebd8a721766066bf83c0692ff383d5ad37efecae950 [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" "45c3842df69f0d89a7d35ebd8a721766066bf83c0692ff383d5ad37efecae950", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45c3842df69f0d89a7d35ebd8a721766066bf83c0692ff383d5ad37efecae950", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45c3842df69f0d89a7d35ebd8a721766066bf83c0692ff383d5ad37efecae950", kill_on_drop: false }` [INFO] [stdout] 45c3842df69f0d89a7d35ebd8a721766066bf83c0692ff383d5ad37efecae950 [INFO] running `Command { std: "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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 306aa4ef1034abce3e25e6d0ca0a3bbbffe34359c04f658b95e7e7ecfb4b0c49 [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" "306aa4ef1034abce3e25e6d0ca0a3bbbffe34359c04f658b95e7e7ecfb4b0c49", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking gfx_core v0.9.2 [INFO] [stderr] Checking gfx v0.18.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder.rs:415:9 [INFO] [stdout] | [INFO] [stdout] 415 | try!(check_update_usage(buf.raw().get_info().usage)); [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/encoder.rs:457:9 [INFO] [stdout] | [INFO] [stdout] 457 | try!(check_update_usage(tex.raw().get_info().usage)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | let set = try!(self.create_shader_set(vs_code, ps_code)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:233:23 [INFO] [stdout] | [INFO] [stdout] 233 | let program = try!(self.create_program(shaders).map_err(|e| ProgramError::Link(e))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:251:20 [INFO] [stdout] | [INFO] [stdout] 251 | let meta = try!(init.link_to(&mut descriptor, program.get_info())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:252:19 [INFO] [stdout] | [INFO] [stdout] 252 | let raw = try!(self.create_pipeline_state_raw(program, &descriptor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:263:19 [INFO] [stdout] | [INFO] [stdout] 263 | let set = try!(self.create_shader_set(vs, ps)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/encoder.rs:415:9 [INFO] [stdout] | [INFO] [stdout] 415 | try!(check_update_usage(buf.raw().get_info().usage)); [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/encoder.rs:457:9 [INFO] [stdout] | [INFO] [stdout] 457 | try!(check_update_usage(tex.raw().get_info().usage)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | let set = try!(self.create_shader_set(vs_code, ps_code)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:233:23 [INFO] [stdout] | [INFO] [stdout] 233 | let program = try!(self.create_program(shaders).map_err(|e| ProgramError::Link(e))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:251:20 [INFO] [stdout] | [INFO] [stdout] 251 | let meta = try!(init.link_to(&mut descriptor, program.get_info())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:252:19 [INFO] [stdout] | [INFO] [stdout] 252 | let raw = try!(self.create_pipeline_state_raw(program, &descriptor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/factory.rs:263:19 [INFO] [stdout] | [INFO] [stdout] 263 | let set = try!(self.create_shader_set(vs, ps)); [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/encoder.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | write!(f, "{}: {} / {}", self.description(), copy_end, 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/encoder.rs:72:47 [INFO] [stdout] | [INFO] [stdout] 72 | write!(f, "{}: {} / {}", self.description(), copy_end, 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/encoder.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | 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/encoder.rs:78:39 [INFO] [stdout] | [INFO] [stdout] 78 | _ => 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/encoder.rs:127:61 [INFO] [stdout] | [INFO] [stdout] 127 | write!(f, "{}: expected {}, found {}", self.description(), target, slice), [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/encoder.rs:129:44 [INFO] [stdout] | [INFO] [stdout] 129 | 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/factory.rs:56:76 [INFO] [stdout] | [INFO] [stdout] 56 | PipelineStateError::Program(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:57:83 [INFO] [stdout] | [INFO] [stdout] 57 | PipelineStateError::DescriptorInit(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:58:81 [INFO] [stdout] | [INFO] [stdout] 58 | PipelineStateError::DeviceCreate(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/encoder.rs:70:47 [INFO] [stdout] | [INFO] [stdout] 70 | write!(f, "{}: {} / {}", self.description(), copy_end, 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/encoder.rs:72:47 [INFO] [stdout] | [INFO] [stdout] 72 | write!(f, "{}: {} / {}", self.description(), copy_end, 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/encoder.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | 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/encoder.rs:78:39 [INFO] [stdout] | [INFO] [stdout] 78 | _ => 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/encoder.rs:127:61 [INFO] [stdout] | [INFO] [stdout] 127 | write!(f, "{}: expected {}, found {}", self.description(), target, slice), [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/encoder.rs:129:44 [INFO] [stdout] | [INFO] [stdout] 129 | 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/pso/mod.rs:130:73 [INFO] [stdout] | [INFO] [stdout] 130 | ElementError::NotFound(ref s) => write!(f, "{}: {:?}", self.description(), s), [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/mod.rs:132:58 [INFO] [stdout] | [INFO] [stdout] 132 | write!(f, "{}: ({:?}, {:?}, {:?})", self.description(), name, shader_offset, code_offset), [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/mod.rs:134:58 [INFO] [stdout] | [INFO] [stdout] 134 | write!(f, "{}: ({:?}, {:?}, {:?})", self.description(), name, shader_format, code_format), [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/mod.rs:205:25 [INFO] [stdout] | [INFO] [stdout] 205 | 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/factory.rs:56:76 [INFO] [stdout] | [INFO] [stdout] 56 | PipelineStateError::Program(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:57:83 [INFO] [stdout] | [INFO] [stdout] 57 | PipelineStateError::DescriptorInit(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:58:81 [INFO] [stdout] | [INFO] [stdout] 58 | PipelineStateError::DeviceCreate(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/mod.rs:130:73 [INFO] [stdout] | [INFO] [stdout] 130 | ElementError::NotFound(ref s) => write!(f, "{}: {:?}", self.description(), s), [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/mod.rs:132:58 [INFO] [stdout] | [INFO] [stdout] 132 | write!(f, "{}: ({:?}, {:?}, {:?})", self.description(), name, shader_offset, code_offset), [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/mod.rs:134:58 [INFO] [stdout] | [INFO] [stdout] 134 | write!(f, "{}: ({:?}, {:?}, {:?})", self.description(), name, shader_format, code_format), [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:91:69 [INFO] [stdout] | [INFO] [stdout] 91 | ProgramError::Vertex(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/shade.rs:92:67 [INFO] [stdout] | [INFO] [stdout] 92 | ProgramError::Hull(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/shade.rs:93:69 [INFO] [stdout] | [INFO] [stdout] 93 | ProgramError::Domain(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/shade.rs:94:71 [INFO] [stdout] | [INFO] [stdout] 94 | ProgramError::Geometry(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/shade.rs:95:68 [INFO] [stdout] | [INFO] [stdout] 95 | ProgramError::Pixel(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/shade.rs:96:67 [INFO] [stdout] | [INFO] [stdout] 96 | ProgramError::Link(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/mod.rs:205:25 [INFO] [stdout] | [INFO] [stdout] 205 | 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/shade.rs:91:69 [INFO] [stdout] | [INFO] [stdout] 91 | ProgramError::Vertex(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/shade.rs:92:67 [INFO] [stdout] | [INFO] [stdout] 92 | ProgramError::Hull(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/shade.rs:93:69 [INFO] [stdout] | [INFO] [stdout] 93 | ProgramError::Domain(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/shade.rs:94:71 [INFO] [stdout] | [INFO] [stdout] 94 | ProgramError::Geometry(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/shade.rs:95:68 [INFO] [stdout] | [INFO] [stdout] 95 | ProgramError::Pixel(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/shade.rs:96:67 [INFO] [stdout] | [INFO] [stdout] 96 | ProgramError::Link(ref e) => write!(f, "{}: {}", self.description(), e), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.66s [INFO] running `Command { std: "docker" "inspect" "306aa4ef1034abce3e25e6d0ca0a3bbbffe34359c04f658b95e7e7ecfb4b0c49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "306aa4ef1034abce3e25e6d0ca0a3bbbffe34359c04f658b95e7e7ecfb4b0c49", kill_on_drop: false }` [INFO] [stdout] 306aa4ef1034abce3e25e6d0ca0a3bbbffe34359c04f658b95e7e7ecfb4b0c49