[INFO] updating cached repository https://github.com/FranciscoOrtizCastillo/basic_burn_app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d9342273d67826c9615cf9605a12f33e599368fc [INFO] checking FranciscoOrtizCastillo/basic_burn_app/d9342273d67826c9615cf9605a12f33e599368fc against try#6d565b71a096078f59574161a2a382ec4a1eb751 for pr-132325 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFranciscoOrtizCastillo%2Fbasic_burn_app" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FranciscoOrtizCastillo/basic_burn_app on toolchain 6d565b71a096078f59574161a2a382ec4a1eb751 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FranciscoOrtizCastillo/basic_burn_app [INFO] finished tweaking git repo https://github.com/FranciscoOrtizCastillo/basic_burn_app [INFO] tweaked toml for git repo https://github.com/FranciscoOrtizCastillo/basic_burn_app written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/FranciscoOrtizCastillo/basic_burn_app already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df7eda085fadba55df034dcaffa4a9428b2a7b3ab2c6e38c372d531319b1757c [INFO] running `Command { std: "docker" "start" "-a" "df7eda085fadba55df034dcaffa4a9428b2a7b3ab2c6e38c372d531319b1757c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df7eda085fadba55df034dcaffa4a9428b2a7b3ab2c6e38c372d531319b1757c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df7eda085fadba55df034dcaffa4a9428b2a7b3ab2c6e38c372d531319b1757c", kill_on_drop: false }` [INFO] [stdout] df7eda085fadba55df034dcaffa4a9428b2a7b3ab2c6e38c372d531319b1757c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+6d565b71a096078f59574161a2a382ec4a1eb751" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76ce48ebdc030fd2ec7f5105faeda3c90489d1fad79f17eb13ebaeb738ac327d [INFO] running `Command { std: "docker" "start" "-a" "76ce48ebdc030fd2ec7f5105faeda3c90489d1fad79f17eb13ebaeb738ac327d", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking libloading v0.8.3 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking unicode-xid v0.2.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking wgpu-types v0.18.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking profiling v1.0.15 [INFO] [stderr] Checking renderdoc-sys v1.1.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Checking rmp v0.8.12 [INFO] [stderr] Checking bytemuck v1.15.0 [INFO] [stderr] Checking pollster v0.3.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Compiling burn-derive v0.12.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking burn-common v0.12.1 [INFO] [stderr] Checking half v2.4.0 [INFO] [stderr] Checking rmp-serde v1.1.2 [INFO] [stderr] Checking bincode v2.0.0-rc.3 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking burn-tensor v0.12.1 [INFO] [stderr] Checking burn-compute v0.12.1 [INFO] [stderr] Checking text_placeholder v0.5.0 [INFO] [stderr] Checking naga v0.14.2 [INFO] [stderr] Checking wgpu-hal v0.18.1 [INFO] [stderr] Checking wgpu-core v0.18.1 [INFO] [stderr] Checking wgpu v0.18.0 [INFO] [stderr] Checking burn-wgpu v0.12.1 [INFO] [stderr] Checking burn-core v0.12.1 [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `mha::_:: for MultiHeadAttentionRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `conv1d::_:: for Conv1dRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `conv2d::_:: for Conv2dRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> std::option::Option: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> std::option::Option: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `serde` crate: [INFO] [stdout] - impl<'de, T> Deserialize<'de> for std::option::Option [INFO] [stdout] where T: Deserialize<'de>; [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> std::option::Option: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> std::option::Option: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `serde` crate: [INFO] [stdout] - impl<'de, T> Deserialize<'de> for std::option::Option [INFO] [stdout] where T: Deserialize<'de>; [INFO] [stdout] = note: required for `std::option::Option` to implement `DeserializeOwned` [INFO] [stdout] note: required for `binary_cross_entropy::_:: for BinaryCrossEntropyLossRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> std::option::Option: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> std::option::Option: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `serde` crate: [INFO] [stdout] - impl<'de, T> Deserialize<'de> for std::option::Option [INFO] [stdout] where T: Deserialize<'de>; [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> std::option::Option: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> std::option::Option: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `serde` crate: [INFO] [stdout] - impl<'de, T> Deserialize<'de> for std::option::Option [INFO] [stdout] where T: Deserialize<'de>; [INFO] [stdout] = note: required for `std::option::Option` to implement `DeserializeOwned` [INFO] [stdout] note: required for `cross_entropy::_:: for CrossEntropyLossRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `transformer::decoder::_:: for TransformerDecoderLayerRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `encoder::_:: for TransformerEncoderLayerRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `pwff::_:: for PositionWiseFeedForwardRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> ParamSerde>: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/batch.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> ParamSerde>: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/batch.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/record/primitive.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | #[derive(new, Debug, Clone, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` which comes from the expansion of the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: required by a bound in `DeserializeOwned` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:607:29 [INFO] [stdout] | [INFO] [stdout] 607 | pub trait DeserializeOwned: for<'de> Deserialize<'de> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DeserializeOwned` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required for `group::_:: for GroupNormRecordItem>::deserialize::__Visitor<'de, B, S>` to implement `record::primitive::_::_serde::de::Visitor<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ unsatisfied trait bound introduced in this `derive` macro [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `mha::_:: for MultiHeadAttentionRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/attention/mha.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `conv1d::_:: for Conv1dRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv1d.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `conv2d::_:: for Conv2dRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/conv/conv2d.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> std::option::Option: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> std::option::Option: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `serde` crate: [INFO] [stdout] - impl<'de, T> Deserialize<'de> for std::option::Option [INFO] [stdout] where T: Deserialize<'de>; [INFO] [stdout] = note: required for `std::option::Option` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `binary_cross_entropy::_:: for BinaryCrossEntropyLossRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/binary_cross_entropy.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> std::option::Option: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> std::option::Option: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: and another `impl` found in the `serde` crate: [INFO] [stdout] - impl<'de, T> Deserialize<'de> for std::option::Option [INFO] [stdout] where T: Deserialize<'de>; [INFO] [stdout] = note: required for `std::option::Option` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `cross_entropy::_:: for CrossEntropyLossRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/loss/cross_entropy.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `transformer::decoder::_:: for TransformerDecoderLayerRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/decoder.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `encoder::_:: for TransformerEncoderLayerRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/encoder.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `pwff::_:: for PositionWiseFeedForwardRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/transformer/pwff.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `ParamSerde>: Deserialize<'_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/batch.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `ParamSerde>: Deserialize<'_>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/batch.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/record/primitive.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | #[derive(new, Debug, Clone, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `next_element` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:1726:12 [INFO] [stdout] | [INFO] [stdout] 1724 | fn next_element(&mut self) -> Result, Self::Error> [INFO] [stdout] | ------------ required by a bound in this associated function [INFO] [stdout] 1725 | where [INFO] [stdout] 1726 | T: Deserialize<'de>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` which comes from the expansion of the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `ParamSerde>: Deserialize<'_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/batch.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `ParamSerde>: Deserialize<'_>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/batch.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/record/primitive.rs:165:40 [INFO] [stdout] | [INFO] [stdout] 165 | #[derive(new, Debug, Clone, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `next_value` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/de/mod.rs:1865:12 [INFO] [stdout] | [INFO] [stdout] 1863 | fn next_value(&mut self) -> Result [INFO] [stdout] | ---------- required by a bound in this associated function [INFO] [stdout] 1864 | where [INFO] [stdout] 1865 | V: Deserialize<'de>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value` [INFO] [stdout] = note: this error originates in the derive macro `burn::record::Record` which comes from the expansion of the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `for<'de> param::constant::ConstantRecord: Deserialize<'de>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `for<'de> param::constant::ConstantRecord: Deserialize<'de>` found [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/module/param/constant.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'de> serde::Deserialize<'de> for ConstantRecord { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: required for `param::constant::ConstantRecord` to implement `DeserializeOwned` [INFO] [stdout] note: required by a bound in `group::_:: for GroupNormRecordItem>::deserialize::__Visitor` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/burn-core-0.12.1/src/nn/norm/group.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Module, Debug)] [INFO] [stdout] | ^^^^^^ required by this bound in `__Visitor` [INFO] [stdout] = note: this error originates in the derive macro `burn::serde::Deserialize` which comes from the expansion of the derive macro `burn::record::Record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `burn-core` (lib) due to 30 previous errors [INFO] running `Command { std: "docker" "inspect" "76ce48ebdc030fd2ec7f5105faeda3c90489d1fad79f17eb13ebaeb738ac327d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76ce48ebdc030fd2ec7f5105faeda3c90489d1fad79f17eb13ebaeb738ac327d", kill_on_drop: false }` [INFO] [stdout] 76ce48ebdc030fd2ec7f5105faeda3c90489d1fad79f17eb13ebaeb738ac327d