[INFO] crate nom_locate 1.0.0 is already in cache [INFO] testing nom_locate-1.0.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate nom_locate 1.0.0 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate nom_locate 1.0.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nom_locate 1.0.0 [INFO] finished tweaking crates.io crate nom_locate 1.0.0 [INFO] tweaked toml for crates.io crate nom_locate 1.0.0 written to work/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate nom_locate 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 16e5cb124559c1f2b21dac883f756f43d24475429a55d1ed8ee008f25003674e [INFO] running `"docker" "start" "-a" "16e5cb124559c1f2b21dac883f756f43d24475429a55d1ed8ee008f25003674e"` [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling bytecount v0.3.1 [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 v5.0.0 [INFO] [stderr] Compiling nom_locate v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.29s [INFO] running `"docker" "inspect" "16e5cb124559c1f2b21dac883f756f43d24475429a55d1ed8ee008f25003674e"` [INFO] running `"docker" "rm" "-f" "16e5cb124559c1f2b21dac883f756f43d24475429a55d1ed8ee008f25003674e"` [INFO] [stdout] 16e5cb124559c1f2b21dac883f756f43d24475429a55d1ed8ee008f25003674e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 737f444d2e2638e31916ec7f6a5a1bedce65904c8370ce401c5f5ab18aac7e94 [INFO] running `"docker" "start" "-a" "737f444d2e2638e31916ec7f6a5a1bedce65904c8370ce401c5f5ab18aac7e94"` [INFO] [stderr] Compiling nom_locate v1.0.0 (/opt/rustwide/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 0.88s [INFO] running `"docker" "inspect" "737f444d2e2638e31916ec7f6a5a1bedce65904c8370ce401c5f5ab18aac7e94"` [INFO] running `"docker" "rm" "-f" "737f444d2e2638e31916ec7f6a5a1bedce65904c8370ce401c5f5ab18aac7e94"` [INFO] [stdout] 737f444d2e2638e31916ec7f6a5a1bedce65904c8370ce401c5f5ab18aac7e94 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] ce194f77ba27200f4061e732bef5fa9f5869c33d9f40e4e6455f2b86b57b0165 [INFO] running `"docker" "start" "-a" "ce194f77ba27200f4061e732bef5fa9f5869c33d9f40e4e6455f2b86b57b0165"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nom_locate-3c1b58c7c8b87e6c [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test tests::it_should_calculate_columns_accurately_with_non_ascii_chars ... 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_calculate_offset_for_u8 ... ok [INFO] [stdout] test tests::it_should_call_new_for_u8_successfully ... 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_substring ... ok [INFO] [stdout] test tests::it_should_compare_elements ... 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_iterate_indices ... ok [INFO] [stdout] test tests::it_should_parse_to_string ... ok [INFO] [stdout] test tests::it_should_slice_for_u8 ... ok [INFO] [stdout] test tests::it_should_slice_for_str ... 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_position_char ... ok [INFO] [stdout] test tests::it_should_take_split_chars ... ok [INFO] [stdout] test tests::new_sould_be_the_same_as_new_extra ... 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/rustwide/target/debug/deps/integration_tests-7e2db495e8db7da1 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test it_locates_complex_fragments ... ok [INFO] [stdout] test it_locates_str_fragments ... ok [INFO] [stdout] test test_escaped_string ... ok [INFO] [stdout] test it_locates_u8_fragments ... 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 nom_locate [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - impl_compare (line 474) ... ignored [INFO] [stdout] test src/lib.rs - impl_extend_into (line 682) ... ignored [INFO] [stdout] test src/lib.rs - impl_input_iter (line 417) ... ignored [INFO] [stdout] test src/lib.rs - impl_slice_range (line 542) ... ignored [INFO] [stdout] test src/lib.rs - impl_slice_ranges (line 608) ... ignored [INFO] [stdout] test src/lib.rs - LocatedSpanEx::new (line 157) ... 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 - LocatedSpanEx::get_utf8_column (line 263) ... 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" "ce194f77ba27200f4061e732bef5fa9f5869c33d9f40e4e6455f2b86b57b0165"` [INFO] running `"docker" "rm" "-f" "ce194f77ba27200f4061e732bef5fa9f5869c33d9f40e4e6455f2b86b57b0165"` [INFO] [stdout] ce194f77ba27200f4061e732bef5fa9f5869c33d9f40e4e6455f2b86b57b0165