[INFO] fetching crate xladd-derive 0.4.2... [INFO] checking xladd-derive-0.4.2 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate xladd-derive 0.4.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate xladd-derive 0.4.2 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xladd-derive 0.4.2 [INFO] finished tweaking crates.io crate xladd-derive 0.4.2 [INFO] tweaked toml for crates.io crate xladd-derive 0.4.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate xladd-derive 0.4.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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] df9df17ce01b8843b614640b32b426b3d949a0717f96eef2a5d5e45f56c5564c [INFO] running `Command { std: "docker" "start" "-a" "df9df17ce01b8843b614640b32b426b3d949a0717f96eef2a5d5e45f56c5564c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df9df17ce01b8843b614640b32b426b3d949a0717f96eef2a5d5e45f56c5564c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df9df17ce01b8843b614640b32b426b3d949a0717f96eef2a5d5e45f56c5564c", kill_on_drop: false }` [INFO] [stdout] df9df17ce01b8843b614640b32b426b3d949a0717f96eef2a5d5e45f56c5564c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 7b5fdd7a783a5ebdbe83c7202eedb5baebe70e3c244cf76ed77a314a9ea46427 [INFO] running `Command { std: "docker" "start" "-a" "7b5fdd7a783a5ebdbe83c7202eedb5baebe70e3c244cf76ed77a314a9ea46427", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking xladd-derive v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use xladd::registrator::Reg; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use xladd::variant::Variant; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use xladd::xlcall::LPXLOPER12; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> examples/train.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] log::error [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> examples/train.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] log::error [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> examples/train.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] log::error [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> examples/train.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] log::error [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> examples/train.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] log::error [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LPXLOPER12` [INFO] [stdout] --> examples/train.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `LPXLOPER12` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LPXLOPER12` [INFO] [stdout] --> examples/train.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `LPXLOPER12` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LPXLOPER12` [INFO] [stdout] --> examples/train.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `LPXLOPER12` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LPXLOPER12` [INFO] [stdout] --> examples/train.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `LPXLOPER12` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xladd` [INFO] [stdout] --> examples/train.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `xladd` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LPXLOPER12` [INFO] [stdout] --> examples/train.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `LPXLOPER12` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg` [INFO] [stdout] --> examples/train.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | let r = Reg::new(); [INFO] [stdout] | ^^^ use of undeclared type `Reg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variant` in this scope [INFO] [stdout] --> examples/train.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variant` [INFO] [stdout] --> examples/train.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stdout] --> examples/train.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variant` in this scope [INFO] [stdout] --> examples/train.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variant` [INFO] [stdout] --> examples/train.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stdout] --> examples/train.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variant` in this scope [INFO] [stdout] --> examples/train.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variant` [INFO] [stdout] --> examples/train.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stdout] --> examples/train.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variant` in this scope [INFO] [stdout] --> examples/train.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variant` [INFO] [stdout] --> examples/train.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stdout] --> examples/train.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | #[xl_func()] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Variant` in this scope [INFO] [stdout] --> examples/train.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variant` [INFO] [stdout] --> examples/train.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use syn::Variant; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stdout] --> examples/train.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xladd-derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7b5fdd7a783a5ebdbe83c7202eedb5baebe70e3c244cf76ed77a314a9ea46427", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b5fdd7a783a5ebdbe83c7202eedb5baebe70e3c244cf76ed77a314a9ea46427", kill_on_drop: false }` [INFO] [stdout] 7b5fdd7a783a5ebdbe83c7202eedb5baebe70e3c244cf76ed77a314a9ea46427