[INFO] cloning repository themasch/nginx-log-parser [INFO] running `"git" "clone" "--bare" "git://github.com/themasch/nginx-log-parser.git" "work/cache/sources/gh/themasch/nginx-log-parser"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/themasch/nginx-log-parser'... [INFO] running `"git" "clone" "work/cache/sources/gh/themasch/nginx-log-parser" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/themasch/nginx-log-parser"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/themasch/nginx-log-parser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/themasch/nginx-log-parser" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/themasch/nginx-log-parser"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/themasch/nginx-log-parser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 36257b4ba0b78a73a6e957b5a6a3ade4afc48fa8 [INFO] sha for GitHub repo themasch/nginx-log-parser: 36257b4ba0b78a73a6e957b5a6a3ade4afc48fa8 [INFO] validating manifest of themasch/nginx-log-parser on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of themasch/nginx-log-parser on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing themasch/nginx-log-parser [INFO] finished frobbing themasch/nginx-log-parser [INFO] frobbed toml for themasch/nginx-log-parser written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/themasch/nginx-log-parser/Cargo.toml [INFO] started frobbing themasch/nginx-log-parser [INFO] finished frobbing themasch/nginx-log-parser [INFO] frobbed toml for themasch/nginx-log-parser written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/themasch/nginx-log-parser/Cargo.toml [INFO] crate themasch/nginx-log-parser already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded itertools-num v0.1.2 [INFO] [stderr] Downloaded criterion v0.2.5 [INFO] [stderr] Downloaded criterion-stats v0.2.5 [INFO] [stderr] Downloaded criterion-plot v0.2.5 [INFO] [stderr] Downloaded csv v1.0.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing themasch/nginx-log-parser against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/themasch/nginx-log-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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 2d83e90d2b939283910bd7d4bc370dc9622337940ba3adbc0f613f099253be93 [INFO] running `"docker" "start" "-a" "2d83e90d2b939283910bd7d4bc370dc9622337940ba3adbc0f613f099253be93"` [INFO] [stderr] Compiling cc v1.0.24 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling nginx-log-parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/format.rs:144:13 [INFO] [stderr] | [INFO] [stderr] 144 | b'a'...b'z' | b'A'...b'Z' | b'_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/format.rs:144:27 [INFO] [stderr] | [INFO] [stderr] 144 | b'a'...b'z' | b'A'...b'Z' | b'_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.61s [INFO] running `"docker" "inspect" "2d83e90d2b939283910bd7d4bc370dc9622337940ba3adbc0f613f099253be93"` [INFO] running `"docker" "rm" "-f" "2d83e90d2b939283910bd7d4bc370dc9622337940ba3adbc0f613f099253be93"` [INFO] [stdout] 2d83e90d2b939283910bd7d4bc370dc9622337940ba3adbc0f613f099253be93 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/themasch/nginx-log-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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] c385b557283759bc2dd5cde9a9edaf95b2ad1d0afef6d30faed3f98ae1337fe6 [INFO] running `"docker" "start" "-a" "c385b557283759bc2dd5cde9a9edaf95b2ad1d0afef6d30faed3f98ae1337fe6"` [INFO] [stderr] Compiling serde v1.0.78 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling criterion-plot v0.2.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling itertools-num v0.1.2 [INFO] [stderr] Compiling criterion-stats v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling simplelog v0.5.2 [INFO] [stderr] Compiling serde_json v1.0.27 [INFO] [stderr] Compiling csv v1.0.1 [INFO] [stderr] Compiling handlebars v0.32.4 [INFO] [stderr] Compiling criterion v0.2.5 [INFO] [stderr] Compiling nginx-log-parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/format.rs:144:13 [INFO] [stderr] | [INFO] [stderr] 144 | b'a'...b'z' | b'A'...b'Z' | b'_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/format.rs:144:27 [INFO] [stderr] | [INFO] [stderr] 144 | b'a'...b'z' | b'A'...b'Z' | b'_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "c385b557283759bc2dd5cde9a9edaf95b2ad1d0afef6d30faed3f98ae1337fe6"` [INFO] running `"docker" "rm" "-f" "c385b557283759bc2dd5cde9a9edaf95b2ad1d0afef6d30faed3f98ae1337fe6"` [INFO] [stdout] c385b557283759bc2dd5cde9a9edaf95b2ad1d0afef6d30faed3f98ae1337fe6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/themasch/nginx-log-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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 79e9b61411448c7370f4a2352171cafdadf8fb3948b6236bd969f751c44e5765 [INFO] running `"docker" "start" "-a" "79e9b61411448c7370f4a2352171cafdadf8fb3948b6236bd969f751c44e5765"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/nginx_log_parser-ed706d7eca6d51ca [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test format::test::parse_corner_case ... ok [INFO] [stdout] test format::test::parse_format ... ok [INFO] [stdout] test format::test::fails_to_parse_incorrect_input ... ok [INFO] [stdout] test format::test::parse_main_format_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests nginx-log-parser [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/format.rs - format::Format::parse (line 67) ... ok [INFO] [stdout] test src/format.rs - format::Entry::get (line 22) ... ok [INFO] [stdout] test src/format.rs - format::Format::from_str (line 99) ... ok [INFO] [stdout] test src/format.rs - format::Format::parse (line 54) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "79e9b61411448c7370f4a2352171cafdadf8fb3948b6236bd969f751c44e5765"` [INFO] running `"docker" "rm" "-f" "79e9b61411448c7370f4a2352171cafdadf8fb3948b6236bd969f751c44e5765"` [INFO] [stdout] 79e9b61411448c7370f4a2352171cafdadf8fb3948b6236bd969f751c44e5765