[INFO] updating cached repository https://github.com/leeola/kuebico [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] 73f867d265ae2918ac60454b59e5d9e37a623a08 [INFO] checking leeola/kuebico against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleeola%2Fkuebico" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leeola/kuebico on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/leeola/kuebico [INFO] finished tweaking git repo https://github.com/leeola/kuebico [INFO] tweaked toml for git repo https://github.com/leeola/kuebico written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/leeola/kuebico already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 8fac3b8e8b16aaf64ab938138499c9335423fb47f90255ead255311852eb2bd6 [INFO] running `"docker" "start" "-a" "8fac3b8e8b16aaf64ab938138499c9335423fb47f90255ead255311852eb2bd6"` [INFO] [stderr] Checking serde v0.8.12 [INFO] [stderr] Checking traitobject v0.0.3 [INFO] [stderr] Checking yaml-rust v0.3.3 [INFO] [stderr] Checking strsim v0.5.1 [INFO] [stderr] Checking unicode-width v0.1.3 [INFO] [stderr] Checking unicode-segmentation v0.1.2 [INFO] [stderr] Compiling stainless v0.1.7 [INFO] [stderr] Checking humantime v1.0.0 [INFO] [stderr] Checking term_size v0.2.1 [INFO] [stderr] Checking mdmatter v0.0.1 [INFO] [stderr] Checking ordered-float v0.2.3 [INFO] [stderr] Checking time v0.1.35 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/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: expected open delimiter [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mdmatter-0.0.1/src/lib.rs:43:15 [INFO] [stderr] | [INFO] [stderr] 43 | describe! codeblocks { [INFO] [stderr] | ^^^^^^^^^^ expected open delimiter [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `mdmatter`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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[E0432]: unresolved import `syntax::ext::build::AstBuilder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `ext::build` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_ty` in this scope [INFO] [stderr] --> /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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[E0422]: cannot find struct, variant or union type `Arg` in module `ast` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:159:39 [INFO] [stderr] | [INFO] [stderr] 159 | inputs: vec![ast::Arg { [INFO] [stderr] | ^^^ help: a struct with a similar name exists: `Arm` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `intern` in module `token` [INFO] [stderr] --> /opt/rustwide/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/rustwide/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] error[E0599]: no method named `bump_and_get` found for type `&mut syntax::parse::parser::Parser<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/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] | ^^^^^^^^^^^^ method not found in `&mut syntax::parse::parser::Parser<'_>` [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/rustwide/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] | ^^^^^^^^^^^^ method not found in `&mut syntax::parse::parser::Parser<'_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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] | ^^^^^^^^^^^^ method not found in `&mut syntax::parse::parser::Parser<'_>` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `&mut syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/rustwide/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] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `sess`, `token`, `prev_span`, `recurse_into_file_modules`, `root_module_name`, `cfg_mods` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/test.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | failing_msg: None, [INFO] [stderr] | ^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/test.rs:48:26 [INFO] [stderr] | [INFO] [stderr] 48 | failing_msg: None, [INFO] [stderr] | ^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/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/rustwide/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/rustwide/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[E0599]: no method named `meta_list_item_word` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:40:33 [INFO] [stderr] | [INFO] [stderr] 40 | let non_snake_word = cx.meta_list_item_word(sp, token::InternedString::new("non_snake_case")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ method not found in `&mut syntax::ext::base::ExtCtxt<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `meta_list` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:41:39 [INFO] [stderr] | [INFO] [stderr] 41 | let allow_non_snake_case = cx.meta_list(sp, token::InternedString::new("allow"), [INFO] [stderr] | ^^^^^^^^^ method not found in `&mut syntax::ext::base::ExtCtxt<'_>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/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[E0599]: no method named `meta_name_value` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:91:50 [INFO] [stderr] | [INFO] [stderr] 91 | let expected_name_value = cx.meta_name_value( [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `&mut syntax::ext::base::ExtCtxt<'_>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/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[E0599]: no method named `meta_list` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:99:52 [INFO] [stderr] | [INFO] [stderr] 99 | attrs.push(cx.attribute(sp, cx.meta_list( [INFO] [stderr] | ^^^^^^^^^ method not found in `&mut syntax::ext::base::ExtCtxt<'_>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:115:23 [INFO] [stderr] | [INFO] [stderr] 115 | ident: cx.ident_of(&description.replace(" ", "_")), [INFO] [stderr] | ^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::Item` has no field named `node` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | node: ast::ItemKind::Fn( [INFO] [stderr] | ^^^^ `syntax::ast::Item` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ident`, `attrs`, `id`, `kind`, `vis` ... and 2 others [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied [INFO] [stderr] --> /opt/rustwide/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/rustwide/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] | ^^^^^^^^ `syntax::ast::FnDecl` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `inputs`, `output` [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/rustwide/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[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/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 2 parameters but 1 parameter was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:151:23 [INFO] [stderr] | [INFO] [stderr] 151 | ident: cx.ident_of(&description.replace(" ", "_")), [INFO] [stderr] | ^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `syntax::ast::Item` has no field named `node` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:156:13 [INFO] [stderr] | [INFO] [stderr] 156 | node: ast::ItemKind::Fn( [INFO] [stderr] | ^^^^ `syntax::ast::Item` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `ident`, `attrs`, `id`, `kind`, `vis` ... and 2 others [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied [INFO] [stderr] --> /opt/rustwide/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[E0560]: struct `syntax::ast::FnDecl` has no field named `variadic` [INFO] [stderr] --> /opt/rustwide/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] | ^^^^^^^^ `syntax::ast::FnDecl` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `inputs`, `output` [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/rustwide/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[E0599]: no method named `item_use_glob` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:226:29 [INFO] [stderr] | [INFO] [stderr] 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&mut syntax::ext::base::ExtCtxt<'_>` [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/rustwide/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[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:226:80 [INFO] [stderr] | [INFO] [stderr] 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); [INFO] [stderr] | ^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `item_mod` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.7/src/generate.rs:235:12 [INFO] [stderr] | [INFO] [stderr] 235 | cx.item_mod(sp, sp, name, vec![], items) [INFO] [stderr] | ^^^^^^^^ method not found in `&mut syntax::ext::base::ExtCtxt<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 57 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0282, E0308, E0412, E0422, E0425, E0432, E0433, E0557... [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: build failed [INFO] running `"docker" "inspect" "8fac3b8e8b16aaf64ab938138499c9335423fb47f90255ead255311852eb2bd6"` [INFO] running `"docker" "rm" "-f" "8fac3b8e8b16aaf64ab938138499c9335423fb47f90255ead255311852eb2bd6"` [INFO] [stdout] 8fac3b8e8b16aaf64ab938138499c9335423fb47f90255ead255311852eb2bd6