[INFO] updating cached repository Whazor/model_checker [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Whazor/model_checker [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Whazor/model_checker" "work/ex/beta-1.38-1/sources/1.37.0/gh/Whazor/model_checker"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Whazor/model_checker'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Whazor/model_checker" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Whazor/model_checker"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Whazor/model_checker'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 06314d0de90dd54fbda0603da0745a240d37f07a [INFO] sha for GitHub repo Whazor/model_checker: 06314d0de90dd54fbda0603da0745a240d37f07a [INFO] validating manifest of Whazor/model_checker on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Whazor/model_checker on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Whazor/model_checker [INFO] finished frobbing Whazor/model_checker [INFO] frobbed toml for Whazor/model_checker written to work/ex/beta-1.38-1/sources/1.37.0/gh/Whazor/model_checker/Cargo.toml [INFO] started frobbing Whazor/model_checker [INFO] finished frobbing Whazor/model_checker [INFO] frobbed toml for Whazor/model_checker written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Whazor/model_checker/Cargo.toml [INFO] crate Whazor/model_checker already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Whazor/model_checker against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Whazor/model_checker:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] f4065a627f129dde3a033521e4bb8ac92744937748333f028cb06d66c8f57d2a [INFO] running `"docker" "start" "-a" "f4065a627f129dde3a033521e4bb8ac92744937748333f028cb06d66c8f57d2a"` [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling num-complex v0.1.36 [INFO] [stderr] Compiling peg v0.5.1 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling boolean_expression v0.3.0 [INFO] [stderr] Compiling peg-syntax-ext v0.5.0 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, box_patterns)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::codemap; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `codemap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::fold` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:74:18 [INFO] [stderr] | [INFO] [stderr] 74 | let module = quote_item! { cx, [INFO] [stderr] | ^^^^^^^^^^ [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/peg-syntax-ext-0.5.0/lib.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | syntax::ext::base::IdentTT(Box::new(expand_peg_str), None, false)); [INFO] [stderr] | ^^^^^^^ not found in `syntax::ext::base` [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/peg-syntax-ext-0.5.0/lib.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | syntax::ext::base::IdentTT(Box::new(expand_peg_file), None, false)); [INFO] [stderr] | ^^^^^^^ not found in `syntax::ext::base` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, box_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `syntax_pos::FileName: std::convert::From<&str>` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:71:85 [INFO] [stderr] | [INFO] [stderr] 71 | let mut p = parse::new_parser_from_source_str(&cx.parse_sess, "".into(), code); [INFO] [stderr] | ^^^^ the trait `std::convert::From<&str>` is not implemented for `syntax_pos::FileName` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `&str` [INFO] [stderr] [INFO] [stderr] Compiling rustyline v1.0.0 (https://github.com/kkawakam/rustyline#ec773db5) [INFO] [stderr] error[E0599]: no method named `fold_expr` found for type `syntax::ext::expand::MacroExpander<'_, '_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:89:29 [INFO] [stderr] | [INFO] [stderr] 89 | let arg = cx.expander().fold_expr(panictry!(parser.parse_expr())); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:95:44 [INFO] [stderr] | [INFO] [stderr] 95 | cx.span_err(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[E0609]: no field `span` on type `syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.0/lib.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | cx.span_err(parser.span, &err); [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: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0432, E0554, E0557, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `peg-syntax-ext`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/rustyline-98638c01accab86a/ec773db/src/lib.rs:1163:49 [INFO] [stderr] | [INFO] [stderr] 1163 | self.editor.add_history_entry(l.as_ref()); // TODO Validate [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `rustyline`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f4065a627f129dde3a033521e4bb8ac92744937748333f028cb06d66c8f57d2a"` [INFO] running `"docker" "rm" "-f" "f4065a627f129dde3a033521e4bb8ac92744937748333f028cb06d66c8f57d2a"` [INFO] [stdout] f4065a627f129dde3a033521e4bb8ac92744937748333f028cb06d66c8f57d2a