[INFO] updating cached repository https://github.com/evenlis/julekalender [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] 19424d9fc7ca55f8bcb5651e56e78c8609830e71 [INFO] testing evenlis/julekalender against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevenlis%2Fjulekalender" "/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/evenlis/julekalender on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/evenlis/julekalender [INFO] finished tweaking git repo https://github.com/evenlis/julekalender [INFO] tweaked toml for git repo https://github.com/evenlis/julekalender written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/evenlis/julekalender already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: path `/workspace/builds/worker-7/source/src/22.rs` was erroneously implicitly accepted for binary `22`, [INFO] [stderr] please set bin.path in 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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99587f2a6565c222c8cd67d2cebd4d8c03601e9421c7d8eaf4ae96537a4649b2 [INFO] running `"docker" "start" "-a" "99587f2a6565c222c8cd67d2cebd4d8c03601e9421c7d8eaf4ae96537a4649b2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/22.rs` was erroneously implicitly accepted for binary `22`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling julekalender v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/22.rs:16:28 [INFO] [stderr] | [INFO] [stderr] 16 | 'outer: for i in range(1i,51i){ [INFO] [stderr] | ^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/22.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | 'outer: for i in range(1i,51i){ [INFO] [stderr] | ^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/22.rs:3:22 [INFO] [stderr] | [INFO] [stderr] 3 | fn sum_of_squares(x: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/22.rs:3:30 [INFO] [stderr] | [INFO] [stderr] 3 | fn sum_of_squares(x: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/22.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | let mut sum: int = 0; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/22.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let mut num: int = x; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/22.rs:15:33 [INFO] [stderr] | [INFO] [stderr] 15 | let mut encountered:HashSet = HashSet::new(); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/22.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | 'outer: for i in range(1i,51i){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `julekalender`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99587f2a6565c222c8cd67d2cebd4d8c03601e9421c7d8eaf4ae96537a4649b2"` [INFO] running `"docker" "rm" "-f" "99587f2a6565c222c8cd67d2cebd4d8c03601e9421c7d8eaf4ae96537a4649b2"` [INFO] [stdout] 99587f2a6565c222c8cd67d2cebd4d8c03601e9421c7d8eaf4ae96537a4649b2