[INFO] updating cached repository bt/rustlib_webapp [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bt/rustlib_webapp [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bt/rustlib_webapp" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bt/rustlib_webapp"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bt/rustlib_webapp'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bt/rustlib_webapp" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bt/rustlib_webapp"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bt/rustlib_webapp'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9f4b4f4ea8fad71fc042e46996af5142806c1744 [INFO] sha for GitHub repo bt/rustlib_webapp: 9f4b4f4ea8fad71fc042e46996af5142806c1744 [INFO] validating manifest of bt/rustlib_webapp on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bt/rustlib_webapp on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bt/rustlib_webapp [INFO] finished frobbing bt/rustlib_webapp [INFO] frobbed toml for bt/rustlib_webapp written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bt/rustlib_webapp/Cargo.toml [INFO] started frobbing bt/rustlib_webapp [INFO] finished frobbing bt/rustlib_webapp [INFO] frobbed toml for bt/rustlib_webapp written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/bt/rustlib_webapp/Cargo.toml [INFO] crate bt/rustlib_webapp already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bt/rustlib_webapp against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/bt/rustlib_webapp:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b2f4f40d36104525d70f71e7ff2b95deb18a87eda0f68f400397894a4210143e [INFO] running `"docker" "start" "-a" "b2f4f40d36104525d70f71e7ff2b95deb18a87eda0f68f400397894a4210143e"` [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/crater/workdir/examples/simple.rs [INFO] [stderr] Checking rustc-serialize v0.3.19 [INFO] [stderr] Checking route-recognizer v0.1.11 [INFO] [stderr] Compiling stainless v0.1.7 [INFO] [stderr] Compiling openssl-sys-extras v0.7.14 [INFO] [stderr] Compiling openssl v0.7.14 [INFO] [stderr] Checking mime v0.2.2 [INFO] [stderr] Checking openssl-sys v0.7.17 [INFO] [stderr] Checking url v1.2.1 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/lib.rs:7:30 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/route-recognizer-0.1.11/src/nfa.rs:568:3 [INFO] [stderr] | [INFO] [stderr] 568 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/route-recognizer-0.1.11/src/nfa.rs:582:3 [INFO] [stderr] | [INFO] [stderr] 582 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/route-recognizer-0.1.11/src/nfa.rs:596:3 [INFO] [stderr] | [INFO] [stderr] 596 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/route-recognizer-0.1.11/src/lib.rs:303:3 [INFO] [stderr] | [INFO] [stderr] 303 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0642]: patterns aren't allowed in methods without bodies [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 [INFO] [stderr] | [INFO] [stderr] 147 | &f_name: &str, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `route-recognizer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/describe.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | use syntax::{ast, codemap, parse, tokenstream}; [INFO] [stderr] | ^^^^^^^ no `codemap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/describe.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::{ast, codemap}; [INFO] [stderr] | ^^^^^^^ no `codemap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntax::abi`, `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::{ast, abi, codemap}; [INFO] [stderr] | ^^^ ^^^^^^^ no `codemap` in the root [INFO] [stderr] | | [INFO] [stderr] | no `abi` in the root [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_ty!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:160:29 [INFO] [stderr] | [INFO] [stderr] 160 | ty: quote_ty!(cx, &mut ::test::Bencher), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_pat!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:161:30 [INFO] [stderr] | [INFO] [stderr] 161 | pat: quote_pat!(cx, $bench), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:32:71 [INFO] [stderr] | [INFO] [stderr] 32 | let test_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("test"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:35:69 [INFO] [stderr] | [INFO] [stderr] 35 | let should_panic = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("should_panic"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:38:63 [INFO] [stderr] | [INFO] [stderr] 38 | let ignore = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("ignore"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:40:64 [INFO] [stderr] | [INFO] [stderr] 40 | let non_snake_word = cx.meta_list_item_word(sp, token::InternedString::new("non_snake_case")); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | let allow_non_snake_case = cx.meta_list(sp, token::InternedString::new("allow"), [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:89:51 [INFO] [stderr] | [INFO] [stderr] 89 | let should_panic_str = token::InternedString::new("should_panic"); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:90:47 [INFO] [stderr] | [INFO] [stderr] 90 | let expected_str = token::InternedString::new("expected"); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `NestedMetaItemKind` in `ast` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | ast::NestedMetaItemKind::MetaItem(expected_name_value)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not find `NestedMetaItemKind` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `InternedString` in `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:146:72 [INFO] [stderr] | [INFO] [stderr] 146 | let bench_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("bench"))); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `InternedString` in `token` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `tts_to_parser` in module `parse` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/describe.rs:68:57 [INFO] [stderr] | [INFO] [stderr] 68 | let state: DescribeState = Parse::parse(&mut parse::tts_to_parser(cx.parse_sess(), tokens, cx.cfg()), (sp, &mut*cx, Some(name))); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `parse` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `InternedString` in module `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/test.rs:23:37 [INFO] [stderr] | [INFO] [stderr] 23 | pub failing_msg: Option<(token::InternedString, ast::StrStyle)>, [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `token` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::symbol::InternedString; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `InternedString` in module `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/test.rs:28:53 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn failing_test(failing_msg: Option<(token::InternedString, ast::StrStyle)>) -> TestConfig { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in `token` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::symbol::InternedString; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern` in module `token` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/lib.rs:188:16 [INFO] [stderr] | [INFO] [stderr] 188 | token::intern("describe"), [INFO] [stderr] | ^^^^^^ not found in `token` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IdentTT` in module `syntax::ext::base` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/lib.rs:189:28 [INFO] [stderr] | [INFO] [stderr] 189 | syntax::ext::base::IdentTT(Box::new(describe), None, false) [INFO] [stderr] | ^^^^^^^ not found in `syntax::ext::base` [INFO] [stderr] [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.2.1/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `bump_and_get` found for type `&mut syntax::parse::parser::Parser<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:46:34 [INFO] [stderr] | [INFO] [stderr] 46 | let name = match (parser.bump_and_get(), parser.parse_ident().unwrap(), parser.bump_and_get()) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `bump_and_get` found for type `&mut syntax::parse::parser::Parser<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:46:88 [INFO] [stderr] | [INFO] [stderr] 46 | let name = match (parser.bump_and_get(), parser.parse_ident().unwrap(), parser.bump_and_get()) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:91:29 [INFO] [stderr] | [INFO] [stderr] 91 | try(parser, token::OpenDelim(token::Brace), "{ after the name of a describe! block"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::parse::token::Token`, found enum `syntax::parse::token::TokenKind` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::parse::token::Token` [INFO] [stderr] found type `syntax::parse::token::TokenKind` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:149:37 [INFO] [stderr] | [INFO] [stderr] 149 | try(parser, token::CloseDelim(token::Paren), "unclosed failing condition paren"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::parse::token::Token`, found enum `syntax::parse::token::TokenKind` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::parse::token::Token` [INFO] [stderr] found type `syntax::parse::token::TokenKind` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | try(parser, token::Not, "!"); [INFO] [stderr] | ^^^^^^^^^^ expected struct `syntax::parse::token::Token`, found enum `syntax::parse::token::TokenKind` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::parse::token::Token` [INFO] [stderr] found type `syntax::parse::token::TokenKind` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:171:33 [INFO] [stderr] | [INFO] [stderr] 171 | try(parser, token::CloseDelim(token::Brace), "}} to close `describe!`") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::parse::token::Token`, found enum `syntax::parse::token::TokenKind` [INFO] [stderr] | [INFO] [stderr] = note: expected type `syntax::parse::token::Token` [INFO] [stderr] found type `syntax::parse::token::TokenKind` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `bump_and_get` found for type `&mut syntax::parse::parser::Parser<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:183:23 [INFO] [stderr] | [INFO] [stderr] 183 | let real = parser.bump_and_get(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `&mut syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/parse.rs:191:23 [INFO] [stderr] | [INFO] [stderr] 191 | let span = parser.span; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | let test_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("test"))); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:35:31 [INFO] [stderr] | [INFO] [stderr] 35 | let should_panic = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("should_panic"))); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:38:25 [INFO] [stderr] | [INFO] [stderr] 38 | let ignore = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("ignore"))); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:43:39 [INFO] [stderr] | [INFO] [stderr] 43 | let allow_non_snake_case = cx.attribute(sp, allow_non_snake_case); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | attrs.push(cx.attribute(sp, cx.meta_list( [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:118:19 [INFO] [stderr] | [INFO] [stderr] 118 | node: ast::ItemKind::Fn( [INFO] [stderr] | ___________________^ [INFO] [stderr] 119 | | // Takes no arguments and returns () [INFO] [stderr] 120 | | P(ast::FnDecl { [INFO] [stderr] 121 | | inputs: vec![], [INFO] [stderr] ... | [INFO] [stderr] 132 | | test_body [INFO] [stderr] 133 | | ), [INFO] [stderr] | |_____________^ expected 4 parameters [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::FnDecl` has no field named `variadic` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:123:21 [INFO] [stderr] | [INFO] [stderr] 123 | variadic: false [INFO] [stderr] | ^^^^^^^^ help: a field with a similar name exists: `c_variadic` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:135:35 [INFO] [stderr] | [INFO] [stderr] 135 | vis: ast::Visibility::Inherited, [INFO] [stderr] | ^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:113:11 [INFO] [stderr] | [INFO] [stderr] 113 | P(ast::Item { [INFO] [stderr] | ^^^^^^^^^ missing `tokens` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:146:34 [INFO] [stderr] | [INFO] [stderr] 146 | let bench_attribute = cx.attribute(sp, cx.meta_word(sp, token::InternedString::new("bench"))); [INFO] [stderr] | ^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:156:19 [INFO] [stderr] | [INFO] [stderr] 156 | node: ast::ItemKind::Fn( [INFO] [stderr] | ___________________^ [INFO] [stderr] 157 | | // Takes one argument of &mut Bencher [INFO] [stderr] 158 | | P(ast::FnDecl { [INFO] [stderr] 159 | | inputs: vec![ast::Arg { [INFO] [stderr] ... | [INFO] [stderr] 175 | | block [INFO] [stderr] 176 | | ), [INFO] [stderr] | |_____________^ expected 4 parameters [INFO] [stderr] [INFO] [stderr] error[E0063]: missing fields `attrs`, `span` in initializer of `syntax::ast::Arg` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:159:34 [INFO] [stderr] | [INFO] [stderr] 159 | inputs: vec![ast::Arg { [INFO] [stderr] | ^^^^^^^^ missing `attrs`, `span` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::FnDecl` has no field named `variadic` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:165:21 [INFO] [stderr] | [INFO] [stderr] 165 | variadic: false [INFO] [stderr] | ^^^^^^^^ help: a field with a similar name exists: `c_variadic` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:178:35 [INFO] [stderr] | [INFO] [stderr] 178 | vis: ast::Visibility::Inherited, [INFO] [stderr] | ^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:149:11 [INFO] [stderr] | [INFO] [stderr] 149 | P(ast::Item { [INFO] [stderr] | ^^^^^^^^^ missing `tokens` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:226:64 [INFO] [stderr] | [INFO] [stderr] 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); [INFO] [stderr] | ^^^^^^ associated item not found in `syntax::source_map::Spanned` [INFO] [stderr] [INFO] [stderr] error: aborting due to 45 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0063, E0308, E0412, E0425, E0432, E0433, E0557, E0560... [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `stainless`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0642`. [INFO] [stderr] error: Could not compile `rustc-serialize`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b2f4f40d36104525d70f71e7ff2b95deb18a87eda0f68f400397894a4210143e"` [INFO] running `"docker" "rm" "-f" "b2f4f40d36104525d70f71e7ff2b95deb18a87eda0f68f400397894a4210143e"` [INFO] [stdout] b2f4f40d36104525d70f71e7ff2b95deb18a87eda0f68f400397894a4210143e