[INFO] fetching crate gfx 0.18.2... [INFO] checking gfx-0.18.2 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate gfx 0.18.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate gfx 0.18.2 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6b3b0984bdad77ec63571ac3d35a13b91d08507502b33868dfdd2f69da26305 [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" "c6b3b0984bdad77ec63571ac3d35a13b91d08507502b33868dfdd2f69da26305", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6b3b0984bdad77ec63571ac3d35a13b91d08507502b33868dfdd2f69da26305", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6b3b0984bdad77ec63571ac3d35a13b91d08507502b33868dfdd2f69da26305", kill_on_drop: false }` [INFO] [stdout] c6b3b0984bdad77ec63571ac3d35a13b91d08507502b33868dfdd2f69da26305 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6eec675c42493103b8aa176b54575a70b6fafbeeb76c1c6ef49dcb67ae5c6b73 [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" "6eec675c42493103b8aa176b54575a70b6fafbeeb76c1c6ef49dcb67ae5c6b73", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking cfg-if v0.1.10 [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: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/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/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/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/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/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/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 8.10s [INFO] running `Command { std: "docker" "inspect" "6eec675c42493103b8aa176b54575a70b6fafbeeb76c1c6ef49dcb67ae5c6b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eec675c42493103b8aa176b54575a70b6fafbeeb76c1c6ef49dcb67ae5c6b73", kill_on_drop: false }` [INFO] [stdout] 6eec675c42493103b8aa176b54575a70b6fafbeeb76c1c6ef49dcb67ae5c6b73