[INFO] crate reformation 0.5.0 is already in cache [INFO] checking reformation-0.5.0 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate reformation 0.5.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate reformation 0.5.0 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate reformation 0.5.0 [INFO] finished tweaking crates.io crate reformation 0.5.0 [INFO] tweaked toml for crates.io crate reformation 0.5.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate reformation 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01e0ac07543946237ee9daa2f107a83b45fbaad7e2ac7cc5b2994b0b029e026b [INFO] running `"docker" "start" "-a" "01e0ac07543946237ee9daa2f107a83b45fbaad7e2ac7cc5b2994b0b029e026b"` [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking bstr v0.2.6 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking once_cell v0.2.6 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling reformation_derive v0.5.0 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Checking reformation v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] warning: static variable `br` should have an upper case name [INFO] [stderr] --> benches/kirby_user_agent.rs:112:16 [INFO] [stderr] | [INFO] [stderr] 112 | static ref br: Regex = Regex::new(r"\Abundler/([0-9a-zA-Z.\-]+) rubygems/([0-9a-zA-Z.\-]+) ruby/([0-9a-zA-Z.\-]+) \(([^)]*)\) command/(.*?)(?: jruby/([0-9a-zA-Z.\-]+))?(?: truffleruby/([0-9a-zA-Z.\-]+))?(?: options/(.*?))?(?: ci/(.*?))? [a-f0-9]{16}(?: Gemstash/([0-9a-zA-Z.\-]+))?\z").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `BR` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `rr` should have an upper case name [INFO] [stderr] --> benches/kirby_user_agent.rs:113:16 [INFO] [stderr] | [INFO] [stderr] 113 | static ref rr: Regex = Regex::new(r"\A(?:Ruby, )?RubyGems/([0-9a-z.\-]+) (.*) Ruby/([0-9a-z.\-]+) \(.*?\)(?: jruby| truffleruby| rbx)?(?: Gemstash/([0-9a-z.\-]+))?\z").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `RR` [INFO] [stderr] [INFO] [stderr] warning: static variable `gr` should have an upper case name [INFO] [stderr] --> benches/kirby_user_agent.rs:114:16 [INFO] [stderr] | [INFO] [stderr] 114 | static ref gr: Regex = Regex::new(r"\ARuby, Gems ([0-9a-z.\-]+)\z").unwrap(); [INFO] [stderr] | ^^ help: convert the identifier to upper case: `GR` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `"docker" "inspect" "01e0ac07543946237ee9daa2f107a83b45fbaad7e2ac7cc5b2994b0b029e026b"` [INFO] running `"docker" "rm" "-f" "01e0ac07543946237ee9daa2f107a83b45fbaad7e2ac7cc5b2994b0b029e026b"` [INFO] [stdout] 01e0ac07543946237ee9daa2f107a83b45fbaad7e2ac7cc5b2994b0b029e026b