[INFO] crate xladd-derive 0.3.2 is already in cache [INFO] checking xladd-derive-0.3.2 against master#74e80468347471779be6060d8d7d6d04e98e467f for pr-72788 [INFO] extracting crate xladd-derive 0.3.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate xladd-derive 0.3.2 on toolchain 74e80468347471779be6060d8d7d6d04e98e467f [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "read-manifest" "--manifest-path" "Cargo.toml"` [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-1/source/Cargo.toml [INFO] crate crates.io crate xladd-derive 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e7ad66d90fecafc2a41d553246909426707d8a5f55d6bad523a185de768e440d [INFO] running `"docker" "start" "-a" "e7ad66d90fecafc2a41d553246909426707d8a5f55d6bad523a185de768e440d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking proc-macro2 v1.0.12 [INFO] [stderr] Checking quote v1.0.4 [INFO] [stderr] Checking xladd-derive v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use xladd::registrator::Reg; [INFO] [stderr] | ^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use xladd::variant::Variant; [INFO] [stderr] | ^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use xladd::xlcall::LPXLOPER12; [INFO] [stderr] | ^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variant` [INFO] [stderr] --> examples/train.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Variant` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LPXLOPER12` [INFO] [stderr] --> examples/train.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `LPXLOPER12` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variant` [INFO] [stderr] --> examples/train.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Variant` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LPXLOPER12` [INFO] [stderr] --> examples/train.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `LPXLOPER12` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variant` [INFO] [stderr] --> examples/train.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Variant` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LPXLOPER12` [INFO] [stderr] --> examples/train.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `LPXLOPER12` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variant` [INFO] [stderr] --> examples/train.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `Variant` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LPXLOPER12` [INFO] [stderr] --> examples/train.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `LPXLOPER12` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variant` [INFO] [stderr] --> examples/train.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `Variant` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LPXLOPER12` [INFO] [stderr] --> examples/train.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `LPXLOPER12` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `xladd` [INFO] [stderr] --> examples/train.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `xladd` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Reg` [INFO] [stderr] --> examples/train.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 58 | let r = Reg::new(); [INFO] [stderr] | ^^^ use of undeclared type or module `Reg` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Variant` in this scope [INFO] [stderr] --> examples/train.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 | use syn::Variant; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stderr] --> examples/train.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Variant` in this scope [INFO] [stderr] --> examples/train.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 | use syn::Variant; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stderr] --> examples/train.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Variant` in this scope [INFO] [stderr] --> examples/train.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 | use syn::Variant; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stderr] --> examples/train.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Variant` in this scope [INFO] [stderr] --> examples/train.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 | use syn::Variant; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stderr] --> examples/train.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | #[xl_func()] [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Variant` in this scope [INFO] [stderr] --> examples/train.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider importing this struct [INFO] [stderr] | [INFO] [stderr] 1 | use syn::Variant; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LPXLOPER12` in this scope [INFO] [stderr] --> examples/train.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #[xl_func(category = "OptionPricing", prefix = "my", rename = "foo")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `xladd-derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e7ad66d90fecafc2a41d553246909426707d8a5f55d6bad523a185de768e440d"` [INFO] running `"docker" "rm" "-f" "e7ad66d90fecafc2a41d553246909426707d8a5f55d6bad523a185de768e440d"` [INFO] [stdout] e7ad66d90fecafc2a41d553246909426707d8a5f55d6bad523a185de768e440d