[INFO] cloning repository willsalz/inverted_index [INFO] running `"git" "clone" "--bare" "git://github.com/willsalz/inverted_index.git" "work/cache/sources/gh/willsalz/inverted_index"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/willsalz/inverted_index'... [INFO] running `"git" "clone" "work/cache/sources/gh/willsalz/inverted_index" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/willsalz/inverted_index"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/willsalz/inverted_index'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/willsalz/inverted_index" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/willsalz/inverted_index"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/willsalz/inverted_index'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fb03bc52766dbfef6bd4ab5a856a639429a37c4a [INFO] sha for GitHub repo willsalz/inverted_index: fb03bc52766dbfef6bd4ab5a856a639429a37c4a [INFO] validating manifest of willsalz/inverted_index 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 willsalz/inverted_index 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 willsalz/inverted_index [INFO] finished frobbing willsalz/inverted_index [INFO] frobbed toml for willsalz/inverted_index written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/willsalz/inverted_index/Cargo.toml [INFO] started frobbing willsalz/inverted_index [INFO] finished frobbing willsalz/inverted_index [INFO] frobbed toml for willsalz/inverted_index written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/willsalz/inverted_index/Cargo.toml [INFO] crate willsalz/inverted_index 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing willsalz/inverted_index 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/willsalz/inverted_index:/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] e11cbe7d44d1dd09fe6b6bd9a665d4f105f805b1acf8c801f7e3b6cdc12cb19f [INFO] running `"docker" "start" "-a" "e11cbe7d44d1dd09fe6b6bd9a665d4f105f805b1acf8c801f7e3b6cdc12cb19f"` [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling inverted_index v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | for (_, mut posting_list) in &mut self.index { [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.65s [INFO] running `"docker" "inspect" "e11cbe7d44d1dd09fe6b6bd9a665d4f105f805b1acf8c801f7e3b6cdc12cb19f"` [INFO] running `"docker" "rm" "-f" "e11cbe7d44d1dd09fe6b6bd9a665d4f105f805b1acf8c801f7e3b6cdc12cb19f"` [INFO] [stdout] e11cbe7d44d1dd09fe6b6bd9a665d4f105f805b1acf8c801f7e3b6cdc12cb19f [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/willsalz/inverted_index:/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] ab6889b7fd8de01d700a0f66a3b1fb58369c530eaa3ab1403490423b3a2e71a0 [INFO] running `"docker" "start" "-a" "ab6889b7fd8de01d700a0f66a3b1fb58369c530eaa3ab1403490423b3a2e71a0"` [INFO] [stderr] Compiling inverted_index v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | for (_, mut posting_list) in &mut self.index { [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "ab6889b7fd8de01d700a0f66a3b1fb58369c530eaa3ab1403490423b3a2e71a0"` [INFO] running `"docker" "rm" "-f" "ab6889b7fd8de01d700a0f66a3b1fb58369c530eaa3ab1403490423b3a2e71a0"` [INFO] [stdout] ab6889b7fd8de01d700a0f66a3b1fb58369c530eaa3ab1403490423b3a2e71a0 [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/willsalz/inverted_index:/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] f382ce9dd6486e02901956a509db299d87ecbbae18d1c5708d6ec9408b818c0f [INFO] running `"docker" "start" "-a" "f382ce9dd6486e02901956a509db299d87ecbbae18d1c5708d6ec9408b818c0f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/inverted_index-31eb3ba837af5bae [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] [stderr] Running /opt/crater/target/debug/deps/inverted_index-32c7dbea99e1a08c [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] [stderr] Running /opt/crater/target/debug/deps/test_index-0274e381b85ee514 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_index_document ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests inverted_index [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" "f382ce9dd6486e02901956a509db299d87ecbbae18d1c5708d6ec9408b818c0f"` [INFO] running `"docker" "rm" "-f" "f382ce9dd6486e02901956a509db299d87ecbbae18d1c5708d6ec9408b818c0f"` [INFO] [stdout] f382ce9dd6486e02901956a509db299d87ecbbae18d1c5708d6ec9408b818c0f