[INFO] fetching crate rqrr 0.10.0...
[INFO] testing rqrr-0.10.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate rqrr 0.10.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rqrr 0.10.0
[INFO] finished tweaking crates.io crate rqrr 0.10.0
[INFO] tweaked toml for crates.io crate rqrr 0.10.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rqrr 0.10.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rqrr 0.10.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] beccad2c47c7f74e379f018529c589c6a7087936211a725169c50a15cc221935
[INFO] running `Command { std: "docker" "start" "-a" "beccad2c47c7f74e379f018529c589c6a7087936211a725169c50a15cc221935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "beccad2c47c7f74e379f018529c589c6a7087936211a725169c50a15cc221935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beccad2c47c7f74e379f018529c589c6a7087936211a725169c50a15cc221935", kill_on_drop: false }`
[INFO] [stdout] beccad2c47c7f74e379f018529c589c6a7087936211a725169c50a15cc221935
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b57244e47e5494f17e6f1e64bbb79ff926f0d1b122e7a8ffb4da4d2589781a6
[INFO] running `Command { std: "docker" "start" "-a" "4b57244e47e5494f17e6f1e64bbb79ff926f0d1b122e7a8ffb4da4d2589781a6", kill_on_drop: false }`
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling g2poly v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling bytemuck v1.19.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling g2gen v1.2.2
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling g2p v1.2.2
[INFO] [stderr]    Compiling rqrr v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/identify/grid.rs:107:42
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<S> {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<'_, S> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/prepare.rs:229:25
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<S>>>
[INFO] [stdout]     |                         ^^^^^^^^^                     -------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<'_, S>>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.37s
[INFO] running `Command { std: "docker" "inspect" "4b57244e47e5494f17e6f1e64bbb79ff926f0d1b122e7a8ffb4da4d2589781a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b57244e47e5494f17e6f1e64bbb79ff926f0d1b122e7a8ffb4da4d2589781a6", kill_on_drop: false }`
[INFO] [stdout] 4b57244e47e5494f17e6f1e64bbb79ff926f0d1b122e7a8ffb4da4d2589781a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5772736b82e575cb28b279b61542ba60a2454ae4e7e26556af1bcbd7b09d7107
[INFO] running `Command { std: "docker" "start" "-a" "5772736b82e575cb28b279b61542ba60a2454ae4e7e26556af1bcbd7b09d7107", kill_on_drop: false }`
[INFO] [stderr]    Compiling fdeflate v0.3.5
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling rqrr v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/identify/grid.rs:107:42
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<S> {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<'_, S> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/prepare.rs:229:25
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<S>>>
[INFO] [stdout]     |                         ^^^^^^^^^                     -------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<'_, S>>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/identify/grid.rs:107:42
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<S> {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<'_, S> {
[INFO] [stdout]     |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/prepare.rs:229:25
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<S>>>
[INFO] [stdout]     |                         ^^^^^^^^^                     -------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<'_, S>>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 46.68s
[INFO] running `Command { std: "docker" "inspect" "5772736b82e575cb28b279b61542ba60a2454ae4e7e26556af1bcbd7b09d7107", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5772736b82e575cb28b279b61542ba60a2454ae4e7e26556af1bcbd7b09d7107", kill_on_drop: false }`
[INFO] [stdout] 5772736b82e575cb28b279b61542ba60a2454ae4e7e26556af1bcbd7b09d7107
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 29c88436d8db475a20bec1fda0d9125a80915dc0a24b008aea15a292fc25f9c6
[INFO] running `Command { std: "docker" "start" "-a" "29c88436d8db475a20bec1fda0d9125a80915dc0a24b008aea15a292fc25f9c6", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/identify/grid.rs:107:42
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<S> {
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^     --------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 107 |     pub fn into_grid_image<S>(self, img: &PreparedImage<S>) -> RefGridImage<'_, S> {
[INFO] [stderr]     |                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/prepare.rs:229:25
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<S>>>
[INFO] [stderr]     |                         ^^^^^^^^^                     -------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn detect_grids(&mut self) -> Vec<crate::Grid<crate::identify::grid::RefGridImage<'_, S>>>
[INFO] [stderr]     |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `rqrr` (lib) generated 2 warnings
[INFO] [stderr] warning: `rqrr` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rqrr-b90f7ce03fdc97b8)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test decode::tests::test_mask_1 ... ok
[INFO] [stdout] test decode::tests::test_mask_2 ... ok
[INFO] [stdout] test decode::tests::test_mask_3 ... ok
[INFO] [stdout] test decode::tests::test_mask_5 ... ok
[INFO] [stdout] test decode::tests::test_mask_4 ... ok
[INFO] [stdout] test decode::tests::test_mask_6 ... ok
[INFO] [stdout] test decode::tests::test_mask_7 ... ok
[INFO] [stdout] test detect::tests::test_all_corner_finder ... ok
[INFO] [stdout] test detect::tests::test_cap_connected ... ok
[INFO] [stdout] test detect::tests::test_cap_disconnected ... ok
[INFO] [stdout] test detect::tests::test_cap ... ok
[INFO] [stdout] test detect::tests::test_cap_size ... ok
[INFO] [stdout] test detect::tests::test_capstone_finder_variance ... ok
[INFO] [stdout] test detect::tests::test_minimal_capstone ... ok
[INFO] [stdout] test detect::tests::test_one_corner_finder ... ok
[INFO] [stdout] test geometry::tests::test_bresenham_major_x ... ok
[INFO] [stdout] test geometry::tests::test_bresenham_major_y ... ok
[INFO] [stdout] test geometry::tests::test_bresenham_straight ... ok
[INFO] [stdout] test detect::tests::test_capstone_finder_small ... ok
[INFO] [stdout] test geometry::tests::test_line_intersect_values ... ok
[INFO] [stdout] test detect::tests::test_capstone_finder_start ... ok
[INFO] [stdout] test detect::tests::test_capstone_finder_multiple ... ok
[INFO] [stdout] test geometry::tests::test_bresenham_zero ... ok
[INFO] [stdout] test prepare::tests::test_flood_fill_full ... ok
[INFO] [stdout] test prepare::tests::test_flood_fill_empty ... ok
[INFO] [stdout] test geometry::tests::test_line_intersect_parallel ... ok
[INFO] [stdout] test prepare::tests::test_flood_fill_u ... ok
[INFO] [stdout] test prepare::tests::test_flood_fill_ring ... ok
[INFO] [stdout] test prepare::tests::test_get_region ... ok
[INFO] [stdout] test tests::test_number ... ok
[INFO] [stdout] test prepare::tests::test_flood_fill_single ... ok
[INFO] [stdout] test tests::test_rqrr ... ok
[INFO] [stdout] test decode::tests::test_mask_0 ... ok
[INFO] [stdout] test tests::test_github ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rqrr
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - SimpleGrid (line 176) ... ok
[INFO] [stdout] test src/lib.rs - (line 10) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 10) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IoError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 10)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "29c88436d8db475a20bec1fda0d9125a80915dc0a24b008aea15a292fc25f9c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29c88436d8db475a20bec1fda0d9125a80915dc0a24b008aea15a292fc25f9c6", kill_on_drop: false }`
[INFO] [stdout] 29c88436d8db475a20bec1fda0d9125a80915dc0a24b008aea15a292fc25f9c6
