[INFO] crate nom_locate 0.4.0 is already in cache [INFO] extracting crate nom_locate 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/nom_locate/0.4.0 [INFO] extracting crate nom_locate 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/nom_locate/0.4.0 [INFO] validating manifest of nom_locate-0.4.0 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 nom_locate-0.4.0 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 nom_locate-0.4.0 [INFO] finished frobbing nom_locate-0.4.0 [INFO] frobbed toml for nom_locate-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/nom_locate/0.4.0/Cargo.toml [INFO] started frobbing nom_locate-0.4.0 [INFO] finished frobbing nom_locate-0.4.0 [INFO] frobbed toml for nom_locate-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/nom_locate/0.4.0/Cargo.toml [INFO] crate nom_locate-0.4.0 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 nom_locate-0.4.0 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-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/nom_locate/0.4.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-08-13" "build" "--frozen"` [INFO] [stdout] c763efa204d8a3791b15df010cca4d934bb5d4695a8361191d2bfaae1474a25e [INFO] running `"docker" "start" "-a" "c763efa204d8a3791b15df010cca4d934bb5d4695a8361191d2bfaae1474a25e"` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling bytecount v0.3.1 [INFO] [stderr] Compiling nom v5.0.0 [INFO] [stderr] Compiling lexical-core v0.4.2 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling nom_locate v0.4.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.70s [INFO] running `"docker" "inspect" "c763efa204d8a3791b15df010cca4d934bb5d4695a8361191d2bfaae1474a25e"` [INFO] running `"docker" "rm" "-f" "c763efa204d8a3791b15df010cca4d934bb5d4695a8361191d2bfaae1474a25e"` [INFO] [stdout] c763efa204d8a3791b15df010cca4d934bb5d4695a8361191d2bfaae1474a25e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/nom_locate/0.4.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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] ee581fa95e7b59ffffe50f80d869ee1348f8a178a6952e0cc7fb937878fa63bf [INFO] running `"docker" "start" "-a" "ee581fa95e7b59ffffe50f80d869ee1348f8a178a6952e0cc7fb937878fa63bf"` [INFO] [stderr] Compiling nom_locate v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> tests/integration_tests.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / named!(simple_parser_str< StrSpan, Vec >, do_parse!( [INFO] [stderr] 14 | | foo: ws!(tag!("foo")) >> [INFO] [stderr] 15 | | bar: ws!(tag!("bar")) >> [INFO] [stderr] 16 | | baz: many0!(complete!(ws!(tag!("baz")))) >> [INFO] [stderr] ... | [INFO] [stderr] 23 | | }) [INFO] [stderr] 24 | | )); [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 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> tests/integration_tests.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / named!(simple_parser_str< StrSpan, Vec >, do_parse!( [INFO] [stderr] 14 | | foo: ws!(tag!("foo")) >> [INFO] [stderr] 15 | | bar: ws!(tag!("bar")) >> [INFO] [stderr] 16 | | baz: many0!(complete!(ws!(tag!("baz")))) >> [INFO] [stderr] ... | [INFO] [stderr] 23 | | }) [INFO] [stderr] 24 | | )); [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 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> tests/integration_tests.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / named!(simple_parser_str< StrSpan, Vec >, do_parse!( [INFO] [stderr] 14 | | foo: ws!(tag!("foo")) >> [INFO] [stderr] 15 | | bar: ws!(tag!("bar")) >> [INFO] [stderr] 16 | | baz: many0!(complete!(ws!(tag!("baz")))) >> [INFO] [stderr] ... | [INFO] [stderr] 23 | | }) [INFO] [stderr] 24 | | )); [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 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> tests/integration_tests.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / named!(simple_parser_u8< BytesSpan, Vec >, do_parse!( [INFO] [stderr] 27 | | foo: ws!(tag!("foo")) >> [INFO] [stderr] 28 | | bar: ws!(tag!("bar")) >> [INFO] [stderr] 29 | | baz: many0!(complete!(ws!(tag!("baz")))) >> [INFO] [stderr] ... | [INFO] [stderr] 36 | | }) [INFO] [stderr] 37 | | )); [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 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> tests/integration_tests.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / named!(simple_parser_u8< BytesSpan, Vec >, do_parse!( [INFO] [stderr] 27 | | foo: ws!(tag!("foo")) >> [INFO] [stderr] 28 | | bar: ws!(tag!("bar")) >> [INFO] [stderr] 29 | | baz: many0!(complete!(ws!(tag!("baz")))) >> [INFO] [stderr] ... | [INFO] [stderr] 36 | | }) [INFO] [stderr] 37 | | )); [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 'ws': whitespace parsing only works with macros and will not be updated anymore [INFO] [stderr] --> tests/integration_tests.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / named!(simple_parser_u8< BytesSpan, Vec >, do_parse!( [INFO] [stderr] 27 | | foo: ws!(tag!("foo")) >> [INFO] [stderr] 28 | | bar: ws!(tag!("bar")) >> [INFO] [stderr] 29 | | baz: many0!(complete!(ws!(tag!("baz")))) >> [INFO] [stderr] ... | [INFO] [stderr] 36 | | }) [INFO] [stderr] 37 | | )); [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.14s [INFO] running `"docker" "inspect" "ee581fa95e7b59ffffe50f80d869ee1348f8a178a6952e0cc7fb937878fa63bf"` [INFO] running `"docker" "rm" "-f" "ee581fa95e7b59ffffe50f80d869ee1348f8a178a6952e0cc7fb937878fa63bf"` [INFO] [stdout] ee581fa95e7b59ffffe50f80d869ee1348f8a178a6952e0cc7fb937878fa63bf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/nom_locate/0.4.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-08-13" "test" "--frozen"` [INFO] [stdout] ba0909e08b74afc90622a0fa121eab276622ef22bcd15fea605aa959cddf39f2 [INFO] running `"docker" "start" "-a" "ba0909e08b74afc90622a0fa121eab276622ef22bcd15fea605aa959cddf39f2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/nom_locate-187f95792b5aee57 [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test tests::it_should_calculate_offset_for_u8 ... ok [INFO] [stdout] test tests::it_should_calculate_offset_for_str ... ok [INFO] [stdout] test tests::it_should_calculate_columns ... ok [INFO] [stdout] test tests::it_should_call_new_for_u8_successfully ... ok [INFO] [stdout] test tests::it_should_calculate_columns_accurately_with_non_ascii_chars ... ok [INFO] [stdout] test tests::it_should_call_new_for_str_successfully ... ok [INFO] [stdout] test tests::it_should_capture_position ... ok [INFO] [stdout] test tests::it_should_find_token ... ok [INFO] [stdout] test tests::it_should_iterate_elements ... ok [INFO] [stdout] test tests::it_should_find_substring ... ok [INFO] [stdout] test tests::it_should_compare_elements ... ok [INFO] [stdout] test tests::it_should_iterate_indices ... ok [INFO] [stdout] test tests::it_should_parse_to_string ... ok [INFO] [stdout] test tests::it_should_position_char ... ok [INFO] [stdout] test tests::it_should_slice_for_str ... ok [INFO] [stdout] test tests::new_sould_be_the_same_as_new_extra ... ok [INFO] [stdout] test tests::it_should_slice_for_u8 ... ok [INFO] [stdout] test tests::it_should_split_at_position ... ok [INFO] [stdout] test tests::it_should_split_at_position1 ... ok [INFO] [stdout] test tests::it_should_take_chars ... ok [INFO] [stdout] test tests::it_should_take_split_chars ... ok [INFO] [stdout] test tests::it_should_panic_when_getting_column_if_offset_is_too_big ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integration_tests-d2fb5de572b2f5f7 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_escaped_string ... ok [INFO] [stdout] test it_locates_u8_fragments ... ok [INFO] [stdout] test it_locates_complex_fragments ... ok [INFO] [stderr] Doc-tests nom_locate [INFO] [stdout] test it_locates_str_fragments ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - impl_compare (line 468) ... ignored [INFO] [stdout] test src/lib.rs - impl_extend_into (line 676) ... ignored [INFO] [stdout] test src/lib.rs - impl_input_iter (line 411) ... ignored [INFO] [stdout] test src/lib.rs - impl_slice_range (line 536) ... ignored [INFO] [stdout] test src/lib.rs - impl_slice_ranges (line 602) ... ignored [INFO] [stdout] test src/lib.rs - LocatedSpanEx::new (line 157) ... ok [INFO] [stdout] test src/lib.rs - LocatedSpanEx::get_utf8_column (line 263) ... ok [INFO] [stdout] test src/lib.rs - LocatedSpanEx::new_extra (line 189) ... ok [INFO] [stdout] test src/lib.rs - LocatedSpanEx::naive_get_utf8_column (line 290) ... ok [INFO] [stdout] test src/lib.rs - LocatedSpanEx::get_column (line 237) ... ok [INFO] [stdout] test src/lib.rs - (line 15) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ba0909e08b74afc90622a0fa121eab276622ef22bcd15fea605aa959cddf39f2"` [INFO] running `"docker" "rm" "-f" "ba0909e08b74afc90622a0fa121eab276622ef22bcd15fea605aa959cddf39f2"` [INFO] [stdout] ba0909e08b74afc90622a0fa121eab276622ef22bcd15fea605aa959cddf39f2