[INFO] fetching crate rflex 0.5.0...
[INFO] extracting crate rflex 0.5.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rflex/0.5.0
[INFO] extracting crate rflex 0.5.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rflex/0.5.0
[INFO] validating manifest of rflex-0.5.0 on toolchain 1.36.0
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of rflex-0.5.0 on toolchain beta-2019-07-23
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing rflex-0.5.0
[INFO] finished frobbing rflex-0.5.0
[INFO] frobbed toml for rflex-0.5.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rflex/0.5.0/Cargo.toml
[INFO] started frobbing rflex-0.5.0
[INFO] finished frobbing rflex-0.5.0
[INFO] frobbed toml for rflex-0.5.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rflex/0.5.0/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] testing rflex-0.5.0 against beta-2019-07-23 for beta-1.37-6
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rflex/0.5.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"`
[INFO] [stdout] 47378284fa7156c1282f8e484b89b5ee187e702fe4d6ae5808863983c4285cc4
[INFO] running `"docker" "start" "-a" "47378284fa7156c1282f8e484b89b5ee187e702fe4d6ae5808863983c4285cc4"`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] Compiling either v1.5.2
[INFO] [stderr] Compiling liquid-error v0.16.1
[INFO] [stderr] Compiling fixedbitset v0.1.9
[INFO] [stderr] Compiling regex-syntax v0.6.10
[INFO] [stderr] Compiling aho-corasick v0.7.4
[INFO] [stderr] Compiling syn v0.15.42
[INFO] [stderr] Compiling num-integer v0.1.41
[INFO] [stderr] Compiling itertools v0.7.11
[INFO] [stderr] Compiling chrono v0.4.7
[INFO] [stderr] Compiling regex v1.2.0
[INFO] [stderr] Compiling serde_derive v1.0.98
[INFO] [stderr] Compiling synstructure v0.10.2
[INFO] [stderr] Compiling failure_derive v0.1.5
[INFO] [stderr] Compiling failure v0.1.5
[INFO] [stderr] Compiling serde v1.0.98
[INFO] [stderr] Compiling liquid-value v0.17.1
[INFO] [stderr] Compiling liquid-interpreter v0.17.1
[INFO] [stderr] Compiling liquid-compiler v0.17.1
[INFO] [stderr] Compiling liquid v0.17.1
[INFO] [stderr] Compiling rflex v0.5.0 (/opt/crater/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/error.rs:29:32
[INFO] [stderr] |
[INFO] [stderr] 29 | fn cause(&self) -> Option<&Fail> {
[INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail`
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `set_end`
[INFO] [stderr] --> src/charclasses.rs:22:5
[INFO] [stderr] |
[INFO] [stderr] 22 | pub fn set_end(&mut self, end: usize) {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(dead_code)] on by default
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `set_start`
[INFO] [stderr] --> src/charclasses.rs:26:5
[INFO] [stderr] |
[INFO] [stderr] 26 | pub fn set_start(&mut self, start: usize) {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `add_char`
[INFO] [stderr] --> src/charclasses.rs:155:5
[INFO] [stderr] |
[INFO] [stderr] 155 | pub fn add_char(&mut self, c: usize) {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `get_max_char_code`
[INFO] [stderr] --> src/charclasses.rs:396:5
[INFO] [stderr] |
[INFO] [stderr] 396 | pub fn get_max_char_code(&self) -> usize {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `set_max_char_code`
[INFO] [stderr] --> src/charclasses.rs:400:5
[INFO] [stderr] |
[INFO] [stderr] 400 | pub fn set_max_char_code(&mut self, max_char_code: usize) {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `to_string_i`
[INFO] [stderr] --> src/charclasses.rs:511:5
[INFO] [stderr] |
[INFO] [stderr] 511 | pub fn to_string_i(&self, index: usize) -> String {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `write_dot`
[INFO] [stderr] --> src/dfa.rs:480:5
[INFO] [stderr] |
[INFO] [stderr] 480 | pub fn write_dot(&self) -> String {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `dump`
[INFO] [stderr] --> src/dfa.rs:503:5
[INFO] [stderr] |
[INFO] [stderr] 503 | pub fn dump(&self) -> String {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: method is never used: `dump_epsilon`
[INFO] [stderr] --> src/nfa.rs:528:5
[INFO] [stderr] |
[INFO] [stderr] 528 | fn dump_epsilon(&self, epsilon: Vec