[INFO] updating cached repository zbraniecki/plural_parser [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zbraniecki/plural_parser [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zbraniecki/plural_parser" "work/ex/beta-1.38-1/sources/1.37.0/gh/zbraniecki/plural_parser"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/zbraniecki/plural_parser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zbraniecki/plural_parser" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zbraniecki/plural_parser"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zbraniecki/plural_parser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d0a0b759504d452336d3bae988751ef50c915fbd [INFO] sha for GitHub repo zbraniecki/plural_parser: d0a0b759504d452336d3bae988751ef50c915fbd [INFO] validating manifest of zbraniecki/plural_parser on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zbraniecki/plural_parser on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zbraniecki/plural_parser [INFO] finished frobbing zbraniecki/plural_parser [INFO] frobbed toml for zbraniecki/plural_parser written to work/ex/beta-1.38-1/sources/1.37.0/gh/zbraniecki/plural_parser/Cargo.toml [INFO] started frobbing zbraniecki/plural_parser [INFO] finished frobbing zbraniecki/plural_parser [INFO] frobbed toml for zbraniecki/plural_parser written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zbraniecki/plural_parser/Cargo.toml [INFO] crate zbraniecki/plural_parser already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing zbraniecki/plural_parser against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zbraniecki/plural_parser:/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-08-13" "build" "--frozen"` [INFO] [stdout] 3825860a61eac42916b1bb97827fd23763a99457cb57c5421d2f2bac72a9ae13 [INFO] running `"docker" "start" "-a" "3825860a61eac42916b1bb97827fd23763a99457cb57c5421d2f2bac72a9ae13"` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling plural v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / named!(name_queue, [INFO] [stderr] 30 | | take_until_and_consume_s!("\"pluralRule-count-") [INFO] [stderr] 31 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / named!(next_quote, [INFO] [stderr] 35 | | take_until_and_consume_s!("\"") [INFO] [stderr] 36 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / named!(next_aroba_or_quote, [INFO] [stderr] 39 | | take_until_and_consume_s!("\"") [INFO] [stderr] 40 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / named!(eat_rules, [INFO] [stderr] 58 | | take_until_and_consume_s!("}") [INFO] [stderr] 59 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.08s [INFO] running `"docker" "inspect" "3825860a61eac42916b1bb97827fd23763a99457cb57c5421d2f2bac72a9ae13"` [INFO] running `"docker" "rm" "-f" "3825860a61eac42916b1bb97827fd23763a99457cb57c5421d2f2bac72a9ae13"` [INFO] [stdout] 3825860a61eac42916b1bb97827fd23763a99457cb57c5421d2f2bac72a9ae13 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zbraniecki/plural_parser:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 31e2d4e4b12c227bbf8681e6609fc3a4b1cd85f6d0aec7af8350a33698d5b58d [INFO] running `"docker" "start" "-a" "31e2d4e4b12c227bbf8681e6609fc3a4b1cd85f6d0aec7af8350a33698d5b58d"` [INFO] [stderr] Compiling plural v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / named!(name_queue, [INFO] [stderr] 30 | | take_until_and_consume_s!("\"pluralRule-count-") [INFO] [stderr] 31 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / named!(next_quote, [INFO] [stderr] 35 | | take_until_and_consume_s!("\"") [INFO] [stderr] 36 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / named!(next_aroba_or_quote, [INFO] [stderr] 39 | | take_until_and_consume_s!("\"") [INFO] [stderr] 40 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_until_and_consume_s': Please use `take_until_and_consume` instead [INFO] [stderr] --> src/main.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / named!(eat_rules, [INFO] [stderr] 58 | | take_until_and_consume_s!("}") [INFO] [stderr] 59 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `"docker" "inspect" "31e2d4e4b12c227bbf8681e6609fc3a4b1cd85f6d0aec7af8350a33698d5b58d"` [INFO] running `"docker" "rm" "-f" "31e2d4e4b12c227bbf8681e6609fc3a4b1cd85f6d0aec7af8350a33698d5b58d"` [INFO] [stdout] 31e2d4e4b12c227bbf8681e6609fc3a4b1cd85f6d0aec7af8350a33698d5b58d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/zbraniecki/plural_parser:/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-08-13" "test" "--frozen"` [INFO] [stdout] 103d03b519f2f57ed1f68712d112606829ad9f536a37ec9f26ec52665532abef [INFO] running `"docker" "start" "-a" "103d03b519f2f57ed1f68712d112606829ad9f536a37ec9f26ec52665532abef"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/plural-ffa840f8fdc0c4da [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "103d03b519f2f57ed1f68712d112606829ad9f536a37ec9f26ec52665532abef"` [INFO] running `"docker" "rm" "-f" "103d03b519f2f57ed1f68712d112606829ad9f536a37ec9f26ec52665532abef"` [INFO] [stdout] 103d03b519f2f57ed1f68712d112606829ad9f536a37ec9f26ec52665532abef