[INFO] crate reformation 0.5.0 is already in cache [INFO] checking reformation-0.5.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate reformation 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate reformation 0.5.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-3/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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=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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 003b3ac6270b4a8ab944f4494ada93d8e89312a417c3cf7f0807ff7ef2c1e794 [INFO] running `"docker" "start" "-a" "003b3ac6270b4a8ab944f4494ada93d8e89312a417c3cf7f0807ff7ef2c1e794"` [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking once_cell v0.2.6 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking bstr v0.2.6 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Compiling reformation_derive v0.5.0 [INFO] [stderr] Compiling derive_more v0.13.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [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 17s [INFO] running `"docker" "inspect" "003b3ac6270b4a8ab944f4494ada93d8e89312a417c3cf7f0807ff7ef2c1e794"` [INFO] running `"docker" "rm" "-f" "003b3ac6270b4a8ab944f4494ada93d8e89312a417c3cf7f0807ff7ef2c1e794"` [INFO] [stdout] 003b3ac6270b4a8ab944f4494ada93d8e89312a417c3cf7f0807ff7ef2c1e794