[INFO] updating cached repository https://github.com/jonhoo/please-ignore [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 85a172299fdebf13af49e763434c06ff3af61adf [INFO] testing jonhoo/please-ignore against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Fplease-ignore" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jonhoo/please-ignore on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jonhoo/please-ignore [INFO] finished tweaking git repo https://github.com/jonhoo/please-ignore [INFO] tweaked toml for git repo https://github.com/jonhoo/please-ignore written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jonhoo/please-ignore already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 9adee7dc55577d5a37eee70f150f5e4e5790ac867cf5abcc820ff6340dd62610 [INFO] running `"docker" "start" "-a" "9adee7dc55577d5a37eee70f150f5e4e5790ac867cf5abcc820ff6340dd62610"` [INFO] [stderr] Compiling bufstream v0.1.2 [INFO] [stderr] Compiling bincode v1.0.0-alpha5 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling mio v0.6.4 [INFO] [stderr] Compiling tarpc-plugins v0.1.0 (https://github.com/jonhoo/tarpc.git?branch=pub#94b14dfe) [INFO] [stderr] Compiling conhash v0.3.2 [INFO] [stderr] Compiling memcached-rs v0.1.2 [INFO] [stderr] Compiling tokio-core v0.1.4 [INFO] [stderr] error[E0433]: failed to resolve: could not find `quote` in `ext` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::ext::quote::rt::Span; [INFO] [stderr] | ^^^^^ could not find `quote` in `ext` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | use syntax::codemap::Spanned; [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/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:20:19 [INFO] [stderr] | [INFO] [stderr] 20 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] Compiling tokio-proto v0.1.0 [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:22:41 [INFO] [stderr] | [INFO] [stderr] 22 | fn snake_to_camel(cx: &mut ExtCtxt, sp: Span, tts: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::source_map::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:59:46 [INFO] [stderr] | [INFO] [stderr] 59 | fn impl_snake_to_camel(cx: &mut ExtCtxt, sp: Span, tts: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::source_map::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Span` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:81:44 [INFO] [stderr] | [INFO] [stderr] 81 | fn ty_snake_to_camel(cx: &mut ExtCtxt, sp: Span, tts: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::source_map::Span; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:27:33 [INFO] [stderr] | [INFO] [stderr] 27 | let mut item = match parser.parse_trait_item() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:64:33 [INFO] [stderr] | [INFO] [stderr] 64 | let mut item = match parser.parse_impl_item() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `parse_ty_path` found for type `syntax::parse::parser::Parser<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:86:31 [INFO] [stderr] | [INFO] [stderr] 86 | let mut ty = match parser.parse_ty_path() { [INFO] [stderr] | ^^^^^^^^^^^^^ help: there is a method with a similar name: `parse_path` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `identifier` on type `&mut syntax::ast::PathSegment` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tarpc-30a8cd6656c1a0d4/94b14df/src/plugins/src/lib.rs:101:56 [INFO] [stderr] | [INFO] [stderr] 101 | convert(&mut path.segments.last_mut().unwrap().identifier); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0412, E0432, E0433, E0554, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `tarpc-plugins`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9adee7dc55577d5a37eee70f150f5e4e5790ac867cf5abcc820ff6340dd62610"` [INFO] running `"docker" "rm" "-f" "9adee7dc55577d5a37eee70f150f5e4e5790ac867cf5abcc820ff6340dd62610"` [INFO] [stdout] 9adee7dc55577d5a37eee70f150f5e4e5790ac867cf5abcc820ff6340dd62610