[INFO] crate reformation 0.5.0 is already in cache
[INFO] checking reformation-0.5.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate reformation 0.5.0 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate reformation 0.5.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-12/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 5d6278bcbb3020b5f335079f46c1145d940961bf8bedae3a6433fd3aea9139df
[INFO] running `"docker" "start" "-a" "5d6278bcbb3020b5f335079f46c1145d940961bf8bedae3a6433fd3aea9139df"`
[INFO] [stderr]    Compiling serde v1.0.98
[INFO] [stderr]    Compiling syn v0.15.43
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling regex-syntax v0.6.11
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]     Checking memchr v2.2.1
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking rand_xoshiro v0.1.0
[INFO] [stderr]     Checking criterion-plot v0.3.1
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking crossbeam-deque v0.6.3
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]     Checking rayon-core v1.5.0
[INFO] [stderr]     Checking aho-corasick v0.7.6
[INFO] [stderr]     Checking csv-core v0.1.6
[INFO] [stderr]     Checking rayon v1.1.0
[INFO] [stderr]     Checking once_cell v0.2.6
[INFO] [stderr]     Checking regex v1.2.1
[INFO] [stderr]     Checking serde_json v1.0.40
[INFO] [stderr]     Checking bstr v0.2.6
[INFO] [stderr]     Checking csv v1.1.1
[INFO] [stderr]     Checking tinytemplate v1.0.2
[INFO] [stderr]    Compiling derive_more v0.13.0
[INFO] [stderr]    Compiling serde_derive v1.0.98
[INFO] [stderr]    Compiling reformation_derive v0.5.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 19s
[INFO] running `"docker" "inspect" "5d6278bcbb3020b5f335079f46c1145d940961bf8bedae3a6433fd3aea9139df"`
[INFO] running `"docker" "rm" "-f" "5d6278bcbb3020b5f335079f46c1145d940961bf8bedae3a6433fd3aea9139df"`
[INFO] [stdout] 5d6278bcbb3020b5f335079f46c1145d940961bf8bedae3a6433fd3aea9139df
