[INFO] updating cached repository https://github.com/SupahAmbition/langhelp [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] 59582e2404bbc9095ecee19539b9d132c45c26fc [INFO] testing SupahAmbition/langhelp against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSupahAmbition%2Flanghelp" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SupahAmbition/langhelp 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/SupahAmbition/langhelp [INFO] finished tweaking git repo https://github.com/SupahAmbition/langhelp [INFO] tweaked toml for git repo https://github.com/SupahAmbition/langhelp written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/SupahAmbition/langhelp 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] f9829b9a1712e0e70c33838c58fcc6f8b251a7045b866d1976b412662ebcaf09 [INFO] running `"docker" "start" "-a" "f9829b9a1712e0e70c33838c58fcc6f8b251a7045b866d1976b412662ebcaf09"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.8 [INFO] [stderr] Compiling parking_lot_core v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling termion v1.5.3 [INFO] [stderr] Compiling sqlite3-src v0.2.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling sqlite3-sys v0.12.0 [INFO] [stderr] Compiling sqlite v0.25.0 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling indicatif v0.11.0 [INFO] [stderr] Compiling langhelp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `color`, `style` [INFO] [stderr] --> src/main.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | use termion::{color, style}; [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Connection`, `Result` [INFO] [stderr] --> src/main.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | use sqlite::{Connection, Result}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Assingment` found for enum `parsing::Syntax` in the current scope [INFO] [stderr] --> src/parsing.rs:86:32 [INFO] [stderr] | [INFO] [stderr] 15 | pub enum Syntax { [INFO] [stderr] | --------------- variant or associated item `Assingment` not found here [INFO] [stderr] ... [INFO] [stderr] 86 | "assignment"=> Syntax::Assingment, [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `parsing::Syntax` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `langhelp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f9829b9a1712e0e70c33838c58fcc6f8b251a7045b866d1976b412662ebcaf09"` [INFO] running `"docker" "rm" "-f" "f9829b9a1712e0e70c33838c58fcc6f8b251a7045b866d1976b412662ebcaf09"` [INFO] [stdout] f9829b9a1712e0e70c33838c58fcc6f8b251a7045b866d1976b412662ebcaf09