[INFO] updating cached repository https://github.com/SicariusNoctis/rs-chess [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a09104d4288656fe85dfc4719b2704530c9b7ad3 [INFO] checking SicariusNoctis/rs-chess against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSicariusNoctis%2Frs-chess" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SicariusNoctis/rs-chess on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/SicariusNoctis/rs-chess [INFO] finished tweaking git repo https://github.com/SicariusNoctis/rs-chess [INFO] tweaked toml for git repo https://github.com/SicariusNoctis/rs-chess written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/SicariusNoctis/rs-chess already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cc91584d6e50981e1575a2a0e36ce8dcb837984e2ab79165fad54d1b91fdfce3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "cc91584d6e50981e1575a2a0e36ce8dcb837984e2ab79165fad54d1b91fdfce3"` [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling flame v0.2.2 [INFO] [stderr] Compiling flamer v0.2.5 [INFO] [stderr] error[E0432]: unresolved imports `syntax::fold`, `syntax::fold` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::fold::{self, Folder}; [INFO] [stderr] | ^^^^ ^^^^ no `fold` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::ext::base::{Annotatable, ExtCtxt, SyntaxExtension}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use syntax::codemap::{DUMMY_SP, Span}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | Annotatable::Item(i) => Annotatable::Item( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:21:33 [INFO] [stderr] | [INFO] [stderr] 21 | Annotatable::Item(i) => Annotatable::Item( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | Annotatable::TraitItem(i) => Annotatable::TraitItem( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:23:38 [INFO] [stderr] | [INFO] [stderr] 23 | Annotatable::TraitItem(i) => Annotatable::TraitItem( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | Annotatable::ImplItem(i) => Annotatable::ImplItem( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | Annotatable::ImplItem(i) => Annotatable::ImplItem( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxExtension` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | SyntaxExtension::MultiModifier(Box::new(insert_flame_guard))); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `SyntaxExtension` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn insert_flame_guard(cx: &mut ExtCtxt, _span: Span, _mi: &MetaItem, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:19:46 [INFO] [stderr] | [INFO] [stderr] 19 | a: Annotatable) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/flamer-0.2.5/src/lib.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | cx: &'a mut ExtCtxt<'cx>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `flamer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cc91584d6e50981e1575a2a0e36ce8dcb837984e2ab79165fad54d1b91fdfce3"` [INFO] running `"docker" "rm" "-f" "cc91584d6e50981e1575a2a0e36ce8dcb837984e2ab79165fad54d1b91fdfce3"` [INFO] [stdout] cc91584d6e50981e1575a2a0e36ce8dcb837984e2ab79165fad54d1b91fdfce3