[INFO] cloning repository https://github.com/thealchemist17/rust-todo22 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thealchemist17/rust-todo22" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthealchemist17%2Frust-todo22"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthealchemist17%2Frust-todo22'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 546e62e4bbdf82a4c8d93f058d95b540723fd70e [INFO] testing thealchemist17/rust-todo22 against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthealchemist17%2Frust-todo22" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thealchemist17/rust-todo22 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/thealchemist17/rust-todo22 [INFO] finished tweaking git repo https://github.com/thealchemist17/rust-todo22 [INFO] tweaked toml for git repo https://github.com/thealchemist17/rust-todo22 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/thealchemist17/rust-todo22 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+beta-2020-06-03" "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] 29eec02de865ad8f1f7ebc9791496b7e7e53e0e1315535c4ea8fa59d80dae5d4 [INFO] running `"docker" "start" "-a" "29eec02de865ad8f1f7ebc9791496b7e7e53e0e1315535c4ea8fa59d80dae5d4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling rust-todo22 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `todo` [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | mod todo; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `todo`, create file "src/todo.rs" [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `todo::Data` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use todo::Data; [INFO] [stderr] | ^^^^^^^^^^ no `Data` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Priority` in `todo` [INFO] [stderr] --> src/main.rs:109:35 [INFO] [stderr] | [INFO] [stderr] 109 | let mut value = todo::Priority::MEDIUM; [INFO] [stderr] | ^^^^^^^^ could not find `Priority` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Priority` in `todo` [INFO] [stderr] --> src/main.rs:111:42 [INFO] [stderr] | [INFO] [stderr] 111 | "HIGH" => (value = todo::Priority::HIGH), [INFO] [stderr] | ^^^^^^^^ could not find `Priority` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Priority` in `todo` [INFO] [stderr] --> src/main.rs:112:44 [INFO] [stderr] | [INFO] [stderr] 112 | "MEDIUM" => (value = todo::Priority::MEDIUM), [INFO] [stderr] | ^^^^^^^^ could not find `Priority` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Priority` in `todo` [INFO] [stderr] --> src/main.rs:113:41 [INFO] [stderr] | [INFO] [stderr] 113 | "LOW" => (value = todo::Priority::LOW), [INFO] [stderr] | ^^^^^^^^ could not find `Priority` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `State` in `todo` [INFO] [stderr] --> src/main.rs:122:35 [INFO] [stderr] | [INFO] [stderr] 122 | let mut value = todo::State::TODO; [INFO] [stderr] | ^^^^^ could not find `State` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `State` in `todo` [INFO] [stderr] --> src/main.rs:124:42 [INFO] [stderr] | [INFO] [stderr] 124 | "TODO" => (value = todo::State::TODO), [INFO] [stderr] | ^^^^^ could not find `State` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `State` in `todo` [INFO] [stderr] --> src/main.rs:125:46 [INFO] [stderr] | [INFO] [stderr] 125 | "PROGRESS" => (value = todo::State::PROGRESS), [INFO] [stderr] | ^^^^^ could not find `State` in `todo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `State` in `todo` [INFO] [stderr] --> src/main.rs:126:42 [INFO] [stderr] | [INFO] [stderr] 126 | "DONE" => (value = todo::State::DONE), [INFO] [stderr] | ^^^^^ could not find `State` in `todo` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rust-todo22`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "29eec02de865ad8f1f7ebc9791496b7e7e53e0e1315535c4ea8fa59d80dae5d4"` [INFO] running `"docker" "rm" "-f" "29eec02de865ad8f1f7ebc9791496b7e7e53e0e1315535c4ea8fa59d80dae5d4"` [INFO] [stdout] 29eec02de865ad8f1f7ebc9791496b7e7e53e0e1315535c4ea8fa59d80dae5d4