[INFO] updating cached repository https://github.com/NishanthSpShetty/crust-repl [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] 2adb4d627932d96328151b7f765d9f3cf6538200 [INFO] checking NishanthSpShetty/crust-repl against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNishanthSpShetty%2Fcrust-repl" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NishanthSpShetty/crust-repl 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/NishanthSpShetty/crust-repl [INFO] finished tweaking git repo https://github.com/NishanthSpShetty/crust-repl [INFO] tweaked toml for git repo https://github.com/NishanthSpShetty/crust-repl written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/NishanthSpShetty/crust-repl 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 82435b3f4a00878366e64ab87f766e47628861b7797e32a915a3998971b52571 [INFO] running `"docker" "start" "-a" "82435b3f4a00878366e64ab87f766e47628861b7797e32a915a3998971b52571"` [INFO] [stderr] Checking crust-repl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected identifier, found `[` [INFO] [stderr] --> examples/class.rs:36:44 [INFO] [stderr] | [INFO] [stderr] 36 | struct Address { id : i32 , name : char , [ : char ] : char postal : char , pin : i32 , } [INFO] [stderr] | ^ expected identifier [INFO] [stderr] [INFO] [stderr] error: expected identifier, found `[` [INFO] [stderr] --> examples/class.rs:55:50 [INFO] [stderr] | [INFO] [stderr] 55 | */ let add = Address { id : 0i32 , name : '_' , [ : '_' , ] : '_' , postal : '_' , pin : 0i32 , }; //do some thing else [INFO] [stderr] | ------- while parsing this struct ^ expected identifier [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> examples/class.rs:51:46 [INFO] [stderr] | [INFO] [stderr] 23 | 1.23 } pub fn getInt ( &self , a : i32 ) -> i32 { [INFO] [stderr] | ---------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 51 | */ let a = A { a : 0i32 , b : 0i32 , }; a . getInt ( ) ; a . getfloat ( ) ; [INFO] [stderr] | ^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `crust-repl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "82435b3f4a00878366e64ab87f766e47628861b7797e32a915a3998971b52571"` [INFO] running `"docker" "rm" "-f" "82435b3f4a00878366e64ab87f766e47628861b7797e32a915a3998971b52571"` [INFO] [stdout] 82435b3f4a00878366e64ab87f766e47628861b7797e32a915a3998971b52571