[INFO] fetching crate ktensor 0.1.0... [INFO] checking ktensor-0.1.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate ktensor 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate ktensor 0.1.0 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 ktensor 0.1.0 [INFO] finished tweaking crates.io crate ktensor 0.1.0 [INFO] tweaked toml for crates.io crate ktensor 0.1.0 written to /workspace/builds/worker-11/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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7a48125c09167e2045f0efbaf465d0837eff5e7359666a4442c512af1b3b4d9e [INFO] running `Command { std: "docker" "start" "-a" "7a48125c09167e2045f0efbaf465d0837eff5e7359666a4442c512af1b3b4d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a48125c09167e2045f0efbaf465d0837eff5e7359666a4442c512af1b3b4d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a48125c09167e2045f0efbaf465d0837eff5e7359666a4442c512af1b3b4d9e", kill_on_drop: false }` [INFO] [stdout] 7a48125c09167e2045f0efbaf465d0837eff5e7359666a4442c512af1b3b4d9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] deddca5f2e7d168a242b4123c6225af08fe51da058c957af34857e42d410c6ac [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" "deddca5f2e7d168a242b4123c6225af08fe51da058c957af34857e42d410c6ac", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking ktensor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context/mod.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn from_vec(context_vec: Vec<(&Graph, Tensor)>) -> Context { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/junction.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | param: Vec>>, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/junction.rs:29:164 [INFO] [stdout] | [INFO] [stdout] 29 | ...sor>) -> Vec>, parameter: Vec>>, calc_dim: fn(Vec) -> Vec2) -> Node where T: Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/junction.rs:39:169 [INFO] [stdout] | [INFO] [stdout] 39 | ...sor>) -> Vec>, parameter: Vec>>, dimension: Vec2) -> Node { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/dot.rs:23:39 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn dot(node_id: String, a: Arc>, b: Arc>) -> Node where T: Mul + Add + Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/dot.rs:23:57 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn dot(node_id: String, a: Arc>, b: Arc>) -> Node where T: Mul + Add + Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/add.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn add(node_id: String, a: Arc>, b: Arc>) -> Node where T: Copy + Mul + Add { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/add.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn add(node_id: String, a: Arc>, b: Arc>) -> Node where T: Copy + Mul + Add { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/softmax.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn softmax_f64(node_id: String, a: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/softmax.rs:81:44 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn softmax_f32(node_id: String, a: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/relu.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn relu_f64(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/relu.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn relu_f32(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/sigmoid.rs:63:44 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn sigmoid_f64(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/sigmoid.rs:67:44 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn sigmoid_f32(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:36:58 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn softmax_cross_entropy_f64(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:36:78 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn softmax_cross_entropy_f64(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:40:58 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn softmax_cross_entropy_f32(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:40:78 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn softmax_cross_entropy_f32(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(node: Arc>, state: &Context, variables: &Context) -> Tensor where T: Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn train(node: Arc>, state: &mut Context, variables: &Context, history: &mut Context, rate: T) where T: Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context/mod.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn from_vec(context_vec: Vec<(&Graph, Tensor)>) -> Context { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/junction.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | param: Vec>>, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/junction.rs:29:164 [INFO] [stdout] | [INFO] [stdout] 29 | ...sor>) -> Vec>, parameter: Vec>>, calc_dim: fn(Vec) -> Vec2) -> Node where T: Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/junction.rs:39:169 [INFO] [stdout] | [INFO] [stdout] 39 | ...sor>) -> Vec>, parameter: Vec>>, dimension: Vec2) -> Node { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/dot.rs:23:39 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn dot(node_id: String, a: Arc>, b: Arc>) -> Node where T: Mul + Add + Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/dot.rs:23:57 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn dot(node_id: String, a: Arc>, b: Arc>) -> Node where T: Mul + Add + Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/add.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn add(node_id: String, a: Arc>, b: Arc>) -> Node where T: Copy + Mul + Add { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/add.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn add(node_id: String, a: Arc>, b: Arc>) -> Node where T: Copy + Mul + Add { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/softmax.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn softmax_f64(node_id: String, a: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/softmax.rs:81:44 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn softmax_f32(node_id: String, a: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/relu.rs:59:41 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn relu_f64(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/relu.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn relu_f32(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/sigmoid.rs:63:44 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn sigmoid_f64(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/op/sigmoid.rs:67:44 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn sigmoid_f32(node_id: String, z: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:36:58 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn softmax_cross_entropy_f64(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:36:78 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn softmax_cross_entropy_f64(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:40:58 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn softmax_cross_entropy_f32(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cost/softxentropy.rs:40:78 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn softmax_cross_entropy_f32(node_id: String, s: Arc>, y: Arc>) -> Node { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(node: Arc>, state: &Context, variables: &Context) -> Tensor where T: Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn train(node: Arc>, state: &mut Context, variables: &Context, history: &mut Context, rate: T) where T: Copy { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/xor.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | let mut graph_head: Arc> = input_x.clone(); [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/mnist.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | fn read_u8(reader: &mut Read) -> u8 { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/mnist.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | fn read_u32(reader: &mut Read) -> u32 { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/mnist.rs:121:29 [INFO] [stdout] | [INFO] [stdout] 121 | let mut graph_head: Arc> = input_x.clone(); [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Graph` [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] --> tests/mnist.rs:17:56 [INFO] [stdout] | [INFO] [stdout] 17 | Err(reason) => panic!("failed to read u8: {}", Error::description(&reason)), [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] --> tests/mnist.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | Err(reason) => panic!("failed to read u32: {}", Error::description(&reason)), [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] --> tests/mnist.rs:37:79 [INFO] [stdout] | [INFO] [stdout] 37 | Err(reason) => panic!("failed to open {}: {}", labels_path.display(), Error::description(&reason)), [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] --> tests/mnist.rs:41:77 [INFO] [stdout] | [INFO] [stdout] 41 | Err(reason) => panic!("failed to open {}: {}", data_path.display(), Error::description(&reason)), [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] --> tests/mnist.rs:67:73 [INFO] [stdout] | [INFO] [stdout] 67 | Err(reason) => panic!("failed to read data byte array: {}", Error::description(&reason)), [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] --> tests/mnist.rs:72:75 [INFO] [stdout] | [INFO] [stdout] 72 | Err(reason) => panic!("failed to read labels byte array: {}", Error::description(&reason)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_u8` [INFO] [stdout] --> tests/mnist.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn read_u8(reader: &mut Read) -> u8 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.85s [INFO] running `Command { std: "docker" "inspect" "deddca5f2e7d168a242b4123c6225af08fe51da058c957af34857e42d410c6ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deddca5f2e7d168a242b4123c6225af08fe51da058c957af34857e42d410c6ac", kill_on_drop: false }` [INFO] [stdout] deddca5f2e7d168a242b4123c6225af08fe51da058c957af34857e42d410c6ac