[INFO] updating cached repository https://github.com/mystor/slag [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] 669de8b548b77c1204d96a574420770c93f0f0aa [INFO] checking mystor/slag against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmystor%2Fslag" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mystor/slag on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mystor/slag [INFO] removed path dependency syntex_syntax from git repo https://github.com/mystor/slag [INFO] finished tweaking git repo https://github.com/mystor/slag [INFO] tweaked toml for git repo https://github.com/mystor/slag written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/mystor/slag already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (syntex_syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-12/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" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (syntex_syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-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] 1d87affb458ccc6657dc2e465bb4ca1cc5cdf4a0ecb2e4bef8c194090008c9d3 [INFO] running `"docker" "start" "-a" "1d87affb458ccc6657dc2e465bb4ca1cc5cdf4a0ecb2e4bef8c194090008c9d3"` [INFO] [stderr] warning: dependency (syntex_syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Checking syntex_pos v0.59.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking extprim v1.7.0 [INFO] [stderr] Checking syntex_errors v0.59.1 [INFO] [stderr] Checking syntex_syntax v0.59.1 [INFO] [stderr] Checking slag v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `syntex_syntax::ast::TokenTree`, `syntex_syntax::ast::TtToken`, `syntex_syntax::ast::TtDelimited`, `syntex_syntax::ast::TtSequence` [INFO] [stderr] --> src/main.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | use syntex_syntax::ast::{TokenTree, TtToken, TtDelimited, TtSequence}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ no `TtSequence` in `ast` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `TtDelimited` in `ast` [INFO] [stderr] | | no `TtToken` in `ast` [INFO] [stderr] | no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntex_syntax::parse::token::IdentStyle` [INFO] [stderr] --> src/main.rs:10:54 [INFO] [stderr] | [INFO] [stderr] 10 | use syntex_syntax::parse::token::{Token, DelimToken, IdentStyle}; [INFO] [stderr] | ^^^^^^^^^^ no `IdentStyle` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `syntex_syntax::ast::TokenTree`, `syntex_syntax::ast::TtToken`, `syntex_syntax::ast::TtDelimited`, `syntex_syntax::ast::TtSequence` [INFO] [stderr] --> src/main.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | use syntex_syntax::ast::{TokenTree, TtToken, TtDelimited, TtSequence}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ no `TtSequence` in `ast` [INFO] [stderr] | | | | [INFO] [stderr] | | | no `TtDelimited` in `ast` [INFO] [stderr] | | no `TtToken` in `ast` [INFO] [stderr] | no `TokenTree` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntex_syntax::parse::token::IdentStyle` [INFO] [stderr] --> src/main.rs:10:54 [INFO] [stderr] | [INFO] [stderr] 10 | use syntex_syntax::parse::token::{Token, DelimToken, IdentStyle}; [INFO] [stderr] | ^^^^^^^^^^ no `IdentStyle` in `parse::token` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | let psess = parse::ParseSess::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/main.rs:26:22 [INFO] [stderr] | [INFO] [stderr] 26 | let mut parser = parse::new_parser_from_file(&psess, [INFO] [stderr] | ______________________^ [INFO] [stderr] 27 | | Vec::new(), [INFO] [stderr] 28 | | Path::new(source)); [INFO] [stderr] | |___________________________________________________________________^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | let psess = parse::ParseSess::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/main.rs:26:22 [INFO] [stderr] | [INFO] [stderr] 26 | let mut parser = parse::new_parser_from_file(&psess, [INFO] [stderr] | ______________________^ [INFO] [stderr] 27 | | Vec::new(), [INFO] [stderr] 28 | | Path::new(source)); [INFO] [stderr] | |___________________________________________________________________^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:103:53 [INFO] [stderr] | [INFO] [stderr] 103 | ... if let Some(&TtToken(_, Token::Ident(ref id, IdentStyle::Plain))) = opt_tt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.59.1/src/parse/token.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | Ident(ast::Ident), [INFO] [stderr] | ----------------- tuple variant defined here [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:132:32 [INFO] [stderr] | [INFO] [stderr] 132 | if let Token::Ident(ref id, IdentStyle::Plain) = *tok { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.59.1/src/parse/token.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | Ident(ast::Ident), [INFO] [stderr] | ----------------- tuple variant defined here [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:103:53 [INFO] [stderr] | [INFO] [stderr] 103 | ... if let Some(&TtToken(_, Token::Ident(ref id, IdentStyle::Plain))) = opt_tt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.59.1/src/parse/token.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | Ident(ast::Ident), [INFO] [stderr] | ----------------- tuple variant defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:132:32 [INFO] [stderr] | [INFO] [stderr] 132 | if let Token::Ident(ref id, IdentStyle::Plain) = *tok { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.59.1/src/parse/token.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | Ident(ast::Ident), [INFO] [stderr] | ----------------- tuple variant defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: could not compile `slag`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `slag`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1d87affb458ccc6657dc2e465bb4ca1cc5cdf4a0ecb2e4bef8c194090008c9d3"` [INFO] running `"docker" "rm" "-f" "1d87affb458ccc6657dc2e465bb4ca1cc5cdf4a0ecb2e4bef8c194090008c9d3"` [INFO] [stdout] 1d87affb458ccc6657dc2e465bb4ca1cc5cdf4a0ecb2e4bef8c194090008c9d3