[INFO] updating cached repository https://github.com/orottier/text-index [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 583f5a05c66044b811f301ddb3a8a2133a82802f [INFO] testing orottier/text-index against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Forottier%2Ftext-index" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/orottier/text-index on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/orottier/text-index [INFO] finished tweaking git repo https://github.com/orottier/text-index [INFO] tweaked toml for git repo https://github.com/orottier/text-index written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/orottier/text-index already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 34cd517036fd55a088c1862a22973f7007cdffdc90931eb6b267d94f02cbbeab [INFO] running `"docker" "start" "-a" "34cd517036fd55a088c1862a22973f7007cdffdc90931eb6b267d94f02cbbeab"` [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling text_index v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/csv_index.rs:161:73 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn serialize(self, mut fh: File, length: u64) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/filter.rs:120:25 [INFO] [stderr] | [INFO] [stderr] 120 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/toc.rs:97:39 [INFO] [stderr] | [INFO] [stderr] 97 | ) -> Result>, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/toc.rs:159:56 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn open(fh: &mut File) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/toc.rs:172:80 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn write_head(&self, mut fh: &mut File, length: u64) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | .author(crate_authors!("\n")) [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | .author(crate_authors!("\n")) [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 26.47s [INFO] running `"docker" "inspect" "34cd517036fd55a088c1862a22973f7007cdffdc90931eb6b267d94f02cbbeab"` [INFO] running `"docker" "rm" "-f" "34cd517036fd55a088c1862a22973f7007cdffdc90931eb6b267d94f02cbbeab"` [INFO] [stdout] 34cd517036fd55a088c1862a22973f7007cdffdc90931eb6b267d94f02cbbeab [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c6de9a0a0453e6aa34d88e84561b1a963b47186d27522cf1e24dc3e420445cc5 [INFO] running `"docker" "start" "-a" "c6de9a0a0453e6aa34d88e84561b1a963b47186d27522cf1e24dc3e420445cc5"` [INFO] [stderr] Compiling text_index v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/csv_index.rs:161:73 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn serialize(self, mut fh: File, length: u64) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/filter.rs:120:25 [INFO] [stderr] | [INFO] [stderr] 120 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/toc.rs:97:39 [INFO] [stderr] | [INFO] [stderr] 97 | ) -> Result>, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/toc.rs:159:56 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn open(fh: &mut File) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/toc.rs:172:80 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn write_head(&self, mut fh: &mut File, length: u64) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | .author(crate_authors!("\n")) [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | .author(crate_authors!("\n")) [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.70s [INFO] running `"docker" "inspect" "c6de9a0a0453e6aa34d88e84561b1a963b47186d27522cf1e24dc3e420445cc5"` [INFO] running `"docker" "rm" "-f" "c6de9a0a0453e6aa34d88e84561b1a963b47186d27522cf1e24dc3e420445cc5"` [INFO] [stdout] c6de9a0a0453e6aa34d88e84561b1a963b47186d27522cf1e24dc3e420445cc5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 7fba86f7606dbf5c525dd7ea460f2fc0428bbeef5f16fdd7579b121e9e92b8a7 [INFO] running `"docker" "start" "-a" "7fba86f7606dbf5c525dd7ea460f2fc0428bbeef5f16fdd7579b121e9e92b8a7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/text_index-4992034b52966d8c [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test chunked_map::tests::test_split_one ... ok [INFO] [stdout] test chunked_map::tests::test_split_two ... ok [INFO] [stdout] test bits::tests::test_u64_to_u8s ... ok [INFO] [stdout] test csv_reader::tests::test_read_chunk ... ok [INFO] [stdout] test range::tests::test_lower_unbound ... ok [INFO] [stdout] test range::tests::test_both_unbound ... ok [INFO] [stdout] test csv_reader::tests::test_read_full ... ok [INFO] [stdout] test range::tests::test_full_enclosed ... ok [INFO] [stdout] test range::tests::test_one_lower_unbound ... ok [INFO] [stdout] test csv_reader::tests::test_read_offset ... ok [INFO] [stdout] test range::tests::test_no_overlap_excl_both ... ok [INFO] [stdout] test range::tests::test_no_overlap_excl_one ... ok [INFO] [stdout] test range::tests::test_no_overlap_unbound ... ok [INFO] [stdout] test range::tests::test_no_overlap ... ok [INFO] [stdout] test range::tests::test_one_upper_unbound ... ok [INFO] [stdout] test range::tests::test_one_unbound ... ok [INFO] [stdout] test range::tests::test_overlap_excl ... ok [INFO] [stdout] test range::tests::test_overlap_incl ... ok [INFO] [stdout] test range::tests::test_upper_unbound ... ok [INFO] [stdout] test unsafe_float::tests::test_sort ... ok [INFO] [stdout] test range::tests::test_overlap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7fba86f7606dbf5c525dd7ea460f2fc0428bbeef5f16fdd7579b121e9e92b8a7"` [INFO] running `"docker" "rm" "-f" "7fba86f7606dbf5c525dd7ea460f2fc0428bbeef5f16fdd7579b121e9e92b8a7"` [INFO] [stdout] 7fba86f7606dbf5c525dd7ea460f2fc0428bbeef5f16fdd7579b121e9e92b8a7