[INFO] updating cached repository https://github.com/LoicGrobol/wparse [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] 493d259754da49ff411afb987b4cde0d86e90bc0 [INFO] checking LoicGrobol/wparse against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLoicGrobol%2Fwparse" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LoicGrobol/wparse on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LoicGrobol/wparse [INFO] finished tweaking git repo https://github.com/LoicGrobol/wparse [INFO] tweaked toml for git repo https://github.com/LoicGrobol/wparse written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/LoicGrobol/wparse already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] eac515120cf7242346b7cfc863f4f7b89a1d890cea25bdcd604638fabc7cac91 [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" "eac515120cf7242346b7cfc863f4f7b89a1d890cea25bdcd604638fabc7cac91"` [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking rustc-demangle v0.1.13 [INFO] [stderr] Compiling encoding_rs v0.8.15 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Checking thread_local v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Checking parse_mediawiki_dump v0.1.0 [INFO] [stderr] Checking wparse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `re` should have an upper case name [INFO] [stderr] --> src/main.rs:269:19 [INFO] [stderr] | [INFO] [stderr] 269 | static ref re: regex::Regex = regex::Regex::new(r"\n\s*").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `re` should have an upper case name [INFO] [stderr] --> src/main.rs:269:19 [INFO] [stderr] | [INFO] [stderr] 269 | static ref re: regex::Regex = regex::Regex::new(r"\n\s*").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.72s [INFO] running `"docker" "inspect" "eac515120cf7242346b7cfc863f4f7b89a1d890cea25bdcd604638fabc7cac91"` [INFO] running `"docker" "rm" "-f" "eac515120cf7242346b7cfc863f4f7b89a1d890cea25bdcd604638fabc7cac91"` [INFO] [stdout] eac515120cf7242346b7cfc863f4f7b89a1d890cea25bdcd604638fabc7cac91