[INFO] updating cached repository https://github.com/jimmycuadra/diesel_error [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] c36961e40d55d9f8103a65b5af9d6aa3e7863b3f [INFO] checking jimmycuadra/diesel_error against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimmycuadra%2Fdiesel_error" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jimmycuadra/diesel_error 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/jimmycuadra/diesel_error [INFO] finished tweaking git repo https://github.com/jimmycuadra/diesel_error [INFO] tweaked toml for git repo https://github.com/jimmycuadra/diesel_error written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/jimmycuadra/diesel_error 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] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 204c8824e2416cb4bab344355481c5c805536537a2c629028b22ee07a6c0b706 [INFO] running `"docker" "start" "-a" "204c8824e2416cb4bab344355481c5c805536537a2c629028b22ee07a6c0b706"` [INFO] [stderr] Compiling pq-sys v0.2.7 [INFO] [stderr] Compiling diesel_codegen v0.5.4 [INFO] [stderr] Compiling byteorder v0.3.13 [INFO] [stderr] Compiling diesel v0.5.3 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:1:84 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin_registrar, quote))] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::attr::AttrMetaMethods` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/util.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::attr::AttrMetaMethods; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AttrMetaMethods` in `attr` [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/diesel_codegen-0.5.4/src/util.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::ext::base::ExtCtxt; [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/diesel_codegen-0.5.4/src/util.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | 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/diesel_codegen-0.5.4/src/util.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::parse::token::str_to_ident`, `syntax::parse::token::intern_and_get_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/util.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::parse::token::{str_to_ident, intern_and_get_ident}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ no `intern_and_get_ident` in `parse::token` [INFO] [stderr] | | [INFO] [stderr] | no `str_to_ident` in `parse::token` [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/diesel_codegen-0.5.4/src/lib.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | use syntax::ext::base::MultiDecorator; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::intern` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | use syntax::parse::token::intern; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `intern` in `parse::token` [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/diesel_codegen-0.5.4/src/associations/mod.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/associations/mod.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::str_to_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/mod.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::parse::token::str_to_ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `str_to_ident` in `parse::token` [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/diesel_codegen-0.5.4/src/associations/has_many.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/associations/has_many.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | 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/diesel_codegen-0.5.4/src/associations/has_many.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::str_to_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::parse::token::str_to_ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `str_to_ident` in `parse::token` [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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | 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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` 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/diesel_codegen-0.5.4/src/attr.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ext::base::ExtCtxt; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::str_to_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::parse::token::str_to_ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `str_to_ident` in `parse::token` [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/diesel_codegen-0.5.4/src/insertable.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/insertable.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | 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/diesel_codegen-0.5.4/src/insertable.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::parse::token::InternedString`, `syntax::parse::token::str_to_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:12:28 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::parse::token::{InternedString, str_to_ident}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `str_to_ident` in `parse::token` [INFO] [stderr] | | [INFO] [stderr] | no `InternedString` in `parse::token` [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/diesel_codegen-0.5.4/src/model.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/model.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::parse::token::str_to_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/model.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::parse::token::str_to_ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `str_to_ident` in `parse::token` [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/diesel_codegen-0.5.4/src/queryable.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/queryable.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | 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/diesel_codegen-0.5.4/src/queryable.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` 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/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::ext::base::*; [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/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::attr::AttrMetaMethods` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use syntax::attr::AttrMetaMethods; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AttrMetaMethods` in `attr` [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/diesel_codegen-0.5.4/src/update.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use syntax::ext::base::{Annotatable, ExtCtxt}; [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/diesel_codegen-0.5.4/src/update.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | 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/diesel_codegen-0.5.4/src/update.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::parse::token::InternedString`, `syntax::parse::token::str_to_ident` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::parse::token::{InternedString, str_to_ident}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ no `str_to_ident` in `parse::token` [INFO] [stderr] | | [INFO] [stderr] | no `InternedString` in `parse::token` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:99:6 [INFO] [stderr] | [INFO] [stderr] 99 | [quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | ).unwrap(), quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | ).unwrap(), quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:111:17 [INFO] [stderr] | [INFO] [stderr] 111 | ).unwrap(), quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 142 | quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:163:6 [INFO] [stderr] | [INFO] [stderr] 163 | [quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | ).unwrap(), quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:171:17 [INFO] [stderr] | [INFO] [stderr] 171 | ).unwrap(), quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/belongs_to.rs:175:17 [INFO] [stderr] | [INFO] [stderr] 175 | ).unwrap(), quote_item!(builder.cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | quote_item!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | quote_ty!(cx, ::diesel::persistable::ColumnInsertValue< [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:133:29 [INFO] [stderr] | [INFO] [stderr] 133 | let not_none_expr = quote_expr!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | quote_expr!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/queryable.rs:43:25 [INFO] [stderr] | [INFO] [stderr] 43 | let impl_item = quote_item!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | quote_item!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:133:25 [INFO] [stderr] | [INFO] [stderr] 133 | result.push(quote_item!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:153:25 [INFO] [stderr] | [INFO] [stderr] 153 | result.push(quote_item!(cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | quote_ty!(cx, Option<$inner_ty>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:198:5 [INFO] [stderr] | [INFO] [stderr] 198 | quote_ty!(cx, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | quote_expr!(cx, self.$field_name.as_ref().map(|f| $column.eq(f))) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:220:9 [INFO] [stderr] | [INFO] [stderr] 220 | quote_expr!(cx, $column.eq(&self.$field_name)) [INFO] [stderr] | ^^^^^^^^^^ [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/diesel_codegen-0.5.4/src/associations/has_many.rs:29:14 [INFO] [stderr] | [INFO] [stderr] 29 | push(Annotatable::Item(join_to_impl(&builder))); [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/diesel_codegen-0.5.4/src/associations/has_many.rs:31:18 [INFO] [stderr] | [INFO] [stderr] 31 | push(Annotatable::Item(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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | push(Annotatable::Item(belonging_to_dsl_impl(&builder))); [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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | push(Annotatable::Item(join_to_impl(&builder))); [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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | push(Annotatable::Item(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/diesel_codegen-0.5.4/src/insertable.rs:24:12 [INFO] [stderr] | [INFO] [stderr] 24 | if let Annotatable::Item(ref item) = *annotatable { [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/diesel_codegen-0.5.4/src/insertable.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | push(Annotatable::Item(body)); [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/diesel_codegen-0.5.4/src/model.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | if let Annotatable::Item(ref item) = *annotatable { [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/diesel_codegen-0.5.4/src/queryable.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | if let Annotatable::Item(ref item) = *annotatable { [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/diesel_codegen-0.5.4/src/queryable.rs:56:14 [INFO] [stderr] | [INFO] [stderr] 56 | push(Annotatable::Item(impl_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 `DummyResult` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | DummyResult::any(sp) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | DummyResult::any(sp) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [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/diesel_codegen-0.5.4/src/update.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | push(Annotatable::Item(changeset_impl(cx, span, &options, &model).unwrap())); [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/diesel_codegen-0.5.4/src/update.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | push(Annotatable::Item(item)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/has_many.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/associations/has_many.rs:18:19 [INFO] [stderr] | [INFO] [stderr] 18 | 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/diesel_codegen-0.5.4/src/associations/has_many.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | push: &mut FnMut(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/diesel_codegen-0.5.4/src/associations/has_many.rs:39:21 [INFO] [stderr] | [INFO] [stderr] 39 | pub cx: &'a mut ExtCtxt<'b>, [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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:19:19 [INFO] [stderr] | [INFO] [stderr] 19 | 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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:20:22 [INFO] [stderr] | [INFO] [stderr] 20 | push: &mut FnMut(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/diesel_codegen-0.5.4/src/associations/belongs_to.rs:42:21 [INFO] [stderr] | [INFO] [stderr] 42 | pub cx: &'a mut ExtCtxt<'b>, [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/diesel_codegen-0.5.4/src/associations/mod.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/associations/mod.rs:19:19 [INFO] [stderr] | [INFO] [stderr] 19 | 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/diesel_codegen-0.5.4/src/associations/mod.rs:42:14 [INFO] [stderr] | [INFO] [stderr] 42 | cx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0532]: expected tuple struct/variant, found unit variant `MetaItemKind::Word` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/associations/mod.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | MetaItemKind::Word(ref name) => str_to_ident(&name), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a tuple struct/variant [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/attr.rs:16:39 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn from_struct_field(cx: &mut ExtCtxt, field: &ast::StructField) -> Option { [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/diesel_codegen-0.5.4/src/attr.rs:41:40 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn from_struct_fields(cx: &mut ExtCtxt, fields: &[ast::StructField]) [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/diesel_codegen-0.5.4/src/attr.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn from_item(cx: &mut ExtCtxt, item: &ast::Item) [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/diesel_codegen-0.5.4/src/insertable.rs:18:14 [INFO] [stderr] | [INFO] [stderr] 18 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/insertable.rs:21:19 [INFO] [stderr] | [INFO] [stderr] 21 | 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/diesel_codegen-0.5.4/src/insertable.rs:22:22 [INFO] [stderr] | [INFO] [stderr] 22 | push: &mut FnMut(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/diesel_codegen-0.5.4/src/insertable.rs:35:31 [INFO] [stderr] | [INFO] [stderr] 35 | fn insertable_tables(cx: &mut ExtCtxt, meta_item: &MetaItem) -> Vec { [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/diesel_codegen-0.5.4/src/insertable.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | fn table_name(cx: &mut ExtCtxt, meta_item: &MetaItem) -> InternedString { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0532]: expected tuple struct/variant, found unit variant `MetaItemKind::Word` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | MetaItemKind::Word(ref word) => word.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a tuple struct/variant [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/insertable.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | fn usage_error(cx: &mut ExtCtxt, meta_item: &MetaItem) -> ! { [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/diesel_codegen-0.5.4/src/insertable.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/insertable.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/insertable.rs:112:10 [INFO] [stderr] | [INFO] [stderr] 112 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/insertable.rs:121:10 [INFO] [stderr] | [INFO] [stderr] 121 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/insertable.rs:155:10 [INFO] [stderr] | [INFO] [stderr] 155 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/insertable.rs:164:10 [INFO] [stderr] | [INFO] [stderr] 164 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/model.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/model.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | 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/diesel_codegen-0.5.4/src/queryable.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/queryable.rs:20:19 [INFO] [stderr] | [INFO] [stderr] 20 | 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/diesel_codegen-0.5.4/src/queryable.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | push: &mut FnMut(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/diesel_codegen-0.5.4/src/queryable.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | fn ty_param_with_name(cx: &mut ExtCtxt, span: Span, name: &str) -> ast::TyParam { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TyParam` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/queryable.rs:63:73 [INFO] [stderr] | [INFO] [stderr] 63 | fn ty_param_with_name(cx: &mut ExtCtxt, span: Span, name: &str) -> ast::TyParam { [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `Param` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `str_to_ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/queryable.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | cx.typaram(span, str_to_ident(name), P::empty(), None) [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/diesel_codegen-0.5.4/src/queryable.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | cx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `str_to_ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/queryable.rs:73:35 [INFO] [stderr] | [INFO] [stderr] 73 | let tup = cx.expr_ident(span, str_to_ident("row")); [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/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | cx: &'cx mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TokenTree` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:8:18 [INFO] [stderr] | [INFO] [stderr] 8 | _tts: &[ast::TokenTree] [INFO] [stderr] | ^^^^^^^^^ not found in `ast` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::tokenstream::TokenTree; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | ) -> Box { [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/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | cx: &'cx mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TokenTree` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | _tts: &[ast::TokenTree] [INFO] [stderr] | ^^^^^^^^^ not found in `ast` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use syntax::tokenstream::TokenTree; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/dummy_schema_inference.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | ) -> Box { [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/diesel_codegen-0.5.4/src/update.rs:14:14 [INFO] [stderr] | [INFO] [stderr] 14 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/update.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | 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/diesel_codegen-0.5.4/src/update.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | push: &mut FnMut(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/diesel_codegen-0.5.4/src/update.rs:38:31 [INFO] [stderr] | [INFO] [stderr] 38 | fn changeset_options(cx: &mut ExtCtxt, meta_item: &MetaItem) -> Result { [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/diesel_codegen-0.5.4/src/update.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | fn table_name(cx: &mut ExtCtxt, meta_item: &MetaItem) -> Result { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0532]: expected tuple struct/variant, found unit variant `MetaItemKind::Word` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | MetaItemKind::Word(ref word) => Ok(word.clone()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a tuple struct/variant [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/update.rs:60:28 [INFO] [stderr] | [INFO] [stderr] 60 | fn boolean_option(cx: &mut ExtCtxt, meta_items: &[P], option_name: &str) [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/diesel_codegen-0.5.4/src/update.rs:79:28 [INFO] [stderr] | [INFO] [stderr] 79 | fn usage_error(cx: &mut ExtCtxt, meta_item: &MetaItem) -> Result { [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/diesel_codegen-0.5.4/src/update.rs:86:14 [INFO] [stderr] | [INFO] [stderr] 86 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/update.rs:120:14 [INFO] [stderr] | [INFO] [stderr] 120 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/update.rs:178:10 [INFO] [stderr] | [INFO] [stderr] 178 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/update.rs:194:10 [INFO] [stderr] | [INFO] [stderr] 194 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/update.rs:210:10 [INFO] [stderr] | [INFO] [stderr] 210 | cx: &ExtCtxt, [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/diesel_codegen-0.5.4/src/util.rs:11:14 [INFO] [stderr] | [INFO] [stderr] 11 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/util.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | cx: &mut ExtCtxt, [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/diesel_codegen-0.5.4/src/util.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | cx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | MultiDecorator(Box::new(queryable::expand_derive_queryable)) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | MultiDecorator(Box::new(insertable::expand_insert)) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | MultiDecorator(Box::new(update::expand_changeset_for)), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | MultiDecorator(Box::new(associations::expand_has_many)) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `MultiDecorator` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_codegen-0.5.4/src/lib.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | MultiDecorator(Box::new(associations::expand_belongs_to)) [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 139 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0532, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `diesel_codegen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "204c8824e2416cb4bab344355481c5c805536537a2c629028b22ee07a6c0b706"` [INFO] running `"docker" "rm" "-f" "204c8824e2416cb4bab344355481c5c805536537a2c629028b22ee07a6c0b706"` [INFO] [stdout] 204c8824e2416cb4bab344355481c5c805536537a2c629028b22ee07a6c0b706