[INFO] updating cached repository https://github.com/lydiolectal/compyler [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] 81dc26592cda9e245bdc97928499b509930d5d4c [INFO] testing lydiolectal/compyler against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flydiolectal%2Fcompyler" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lydiolectal/compyler 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/lydiolectal/compyler [INFO] finished tweaking git repo https://github.com/lydiolectal/compyler [INFO] tweaked toml for git repo https://github.com/lydiolectal/compyler written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/lydiolectal/compyler 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] a8bd7249ccef9707da22aaa609fba125c6cd0ab442fe4d500bdb0727f0421899 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a8bd7249ccef9707da22aaa609fba125c6cd0ab442fe4d500bdb0727f0421899"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling regex-syntax v0.6.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling compyler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `regex` [INFO] [stderr] --> src/compile.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use regex::Regex; [INFO] [stderr] | ^^^^^ maybe a missing crate `regex`? [INFO] [stderr] [INFO] [stderr] error: cannot find macro `lazy_static` in this scope [INFO] [stderr] --> src/compile.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | lazy_static! { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:126:20 [INFO] [stderr] | [INFO] [stderr] 126 | 'a'...'z' => tokens.push(self.lex_identifier_or_keyword()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:127:20 [INFO] [stderr] | [INFO] [stderr] 127 | '0'...'9' => tokens.push(self.lex_integer()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:207:20 [INFO] [stderr] | [INFO] [stderr] 207 | 'a'...'z' | '0'...'9' => text.push(c), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:207:32 [INFO] [stderr] | [INFO] [stderr] 207 | 'a'...'z' | '0'...'9' => text.push(c), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lexer.rs:230:20 [INFO] [stderr] | [INFO] [stderr] 230 | '0'...'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `compyler`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8bd7249ccef9707da22aaa609fba125c6cd0ab442fe4d500bdb0727f0421899"` [INFO] running `"docker" "rm" "-f" "a8bd7249ccef9707da22aaa609fba125c6cd0ab442fe4d500bdb0727f0421899"` [INFO] [stdout] a8bd7249ccef9707da22aaa609fba125c6cd0ab442fe4d500bdb0727f0421899