[INFO] fetching crate xladd-derive 0.3.2... [INFO] checking xladd-derive-0.3.2 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate xladd-derive 0.3.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate xladd-derive 0.3.2 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xladd-derive 0.3.2 [INFO] finished tweaking crates.io crate xladd-derive 0.3.2 [INFO] tweaked toml for crates.io crate xladd-derive 0.3.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate xladd-derive 0.3.2 already has a lockfile, it will not be regenerated [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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 803199f6e4627ba8d1e0a44eab9be2c5ab15ff470b794de0c546061a45ab8ef5 [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" "803199f6e4627ba8d1e0a44eab9be2c5ab15ff470b794de0c546061a45ab8ef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "803199f6e4627ba8d1e0a44eab9be2c5ab15ff470b794de0c546061a45ab8ef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "803199f6e4627ba8d1e0a44eab9be2c5ab15ff470b794de0c546061a45ab8ef5", kill_on_drop: false }` [INFO] [stdout] 803199f6e4627ba8d1e0a44eab9be2c5ab15ff470b794de0c546061a45ab8ef5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 8552602321a01821be3e8d730d120f9b6f30798784799e9c89039a8ffb045fbe [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" "8552602321a01821be3e8d730d120f9b6f30798784799e9c89039a8ffb045fbe", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking proc-macro2 v1.0.12 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking xladd-derive v0.3.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[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: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: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: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: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: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: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: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: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 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 `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 29 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" "8552602321a01821be3e8d730d120f9b6f30798784799e9c89039a8ffb045fbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8552602321a01821be3e8d730d120f9b6f30798784799e9c89039a8ffb045fbe", kill_on_drop: false }` [INFO] [stdout] 8552602321a01821be3e8d730d120f9b6f30798784799e9c89039a8ffb045fbe