[INFO] updating cached repository https://github.com/1011X/emily-rust [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] 4f442c17247e6039ddbe88b26072f60bf3cf0276 [INFO] checking 1011X/emily-rust against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1011X%2Femily-rust" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/1011X/emily-rust 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/1011X/emily-rust [INFO] finished tweaking git repo https://github.com/1011X/emily-rust [INFO] tweaked toml for git repo https://github.com/1011X/emily-rust written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/1011X/emily-rust 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] ef47e6b77e0ef812ada527c2506e6674e077ce2d197d9a32f8a957cf6f670074 [INFO] running `"docker" "start" "-a" "ef47e6b77e0ef812ada527c2506e6674e077ce2d197d9a32f8a957cf6f670074"` [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking emily-rust v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `,`, `@`, `]`, or `|`, found `..` [INFO] [stderr] --> src/pretty.rs:288:18 [INFO] [stderr] | [INFO] [stderr] 288 | [ref toks..] => format!("[{}; ...]", toks.join("; ")), [INFO] [stderr] | ^^ expected one of `,`, `@`, `]`, or `|` here [INFO] [stderr] [INFO] [stderr] error: expected one of `,`, `@`, `]`, or `|`, found `..` [INFO] [stderr] --> src/pretty.rs:288:18 [INFO] [stderr] | [INFO] [stderr] 288 | [ref toks..] => format!("[{}; ...]", toks.join("; ")), [INFO] [stderr] | ^^ expected one of `,`, `@`, `]`, or `|` here [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokenize` [INFO] [stderr] --> src/value_util.rs:99:19 [INFO] [stderr] | [INFO] [stderr] 99 | body: tokenize::snippet(source, text.to_owned()), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `tokenize` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(slice_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokenize` [INFO] [stderr] --> src/value_util.rs:99:19 [INFO] [stderr] | [INFO] [stderr] 99 | body: tokenize::snippet(source, text.to_owned()), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `tokenize` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(slice_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `join` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/pretty.rs:288:51 [INFO] [stderr] | [INFO] [stderr] 288 | [ref toks..] => format!("[{}; ...]", toks.join("; ")), [INFO] [stderr] | ^^^^ method not found in `&std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `join` found for type `&std::string::String` in the current scope [INFO] [stderr] --> src/pretty.rs:288:51 [INFO] [stderr] | [INFO] [stderr] 288 | [ref toks..] => format!("[{}; ...]", toks.join("; ")), [INFO] [stderr] | ^^^^ method not found in `&std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/value_util.rs:334:24 [INFO] [stderr] | [INFO] [stderr] 334 | snippet_closure(2, |args| match *args { [INFO] [stderr] | ________________________^ [INFO] [stderr] 335 | | [key, value] => { [INFO] [stderr] 336 | | action(key, value); [INFO] [stderr] 337 | | Ok(Value::Null) [INFO] [stderr] 338 | | } [INFO] [stderr] 339 | | _ => impossible_arg("make_let"), [INFO] [stderr] 340 | | }) [INFO] [stderr] | |_____^ expected fn pointer, found closure [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::vec::Vec) -> std::result::Result` [INFO] [stderr] found type `[closure@src/value_util.rs:334:24: 340:6 action:_]` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/value_util.rs:334:24 [INFO] [stderr] | [INFO] [stderr] 334 | snippet_closure(2, |args| match *args { [INFO] [stderr] | ________________________^ [INFO] [stderr] 335 | | [key, value] => { [INFO] [stderr] 336 | | action(key, value); [INFO] [stderr] 337 | | Ok(Value::Null) [INFO] [stderr] 338 | | } [INFO] [stderr] 339 | | _ => impossible_arg("make_let"), [INFO] [stderr] 340 | | }) [INFO] [stderr] | |_____^ expected fn pointer, found closure [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::vec::Vec) -> std::result::Result` [INFO] [stderr] found type `[closure@src/value_util.rs:334:24: 340:6 action:_]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0433, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `emily-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0433, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `emily-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ef47e6b77e0ef812ada527c2506e6674e077ce2d197d9a32f8a957cf6f670074"` [INFO] running `"docker" "rm" "-f" "ef47e6b77e0ef812ada527c2506e6674e077ce2d197d9a32f8a957cf6f670074"` [INFO] [stdout] ef47e6b77e0ef812ada527c2506e6674e077ce2d197d9a32f8a957cf6f670074