[INFO] cloning repository mbrubeck/robinson [INFO] running `"git" "clone" "--bare" "git://github.com/mbrubeck/robinson.git" "work/cache/sources/gh/mbrubeck/robinson"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mbrubeck/robinson'... [INFO] running `"git" "clone" "work/cache/sources/gh/mbrubeck/robinson" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mbrubeck/robinson"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mbrubeck/robinson'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mbrubeck/robinson" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mbrubeck/robinson"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mbrubeck/robinson'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dfd5c3b3f88ebe10c5286414e87dea9bda60f611 [INFO] sha for GitHub repo mbrubeck/robinson: dfd5c3b3f88ebe10c5286414e87dea9bda60f611 [INFO] validating manifest of mbrubeck/robinson 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 mbrubeck/robinson 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 mbrubeck/robinson [INFO] finished frobbing mbrubeck/robinson [INFO] frobbed toml for mbrubeck/robinson written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mbrubeck/robinson/Cargo.toml [INFO] started frobbing mbrubeck/robinson [INFO] finished frobbing mbrubeck/robinson [INFO] frobbed toml for mbrubeck/robinson written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mbrubeck/robinson/Cargo.toml [INFO] crate mbrubeck/robinson 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 mbrubeck/robinson against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mbrubeck/robinson:/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] a855251426e50781399fe207401bc72b170d9d7d0a13ba56672be6149b49d79a [INFO] running `"docker" "start" "-a" "a855251426e50781399fe207401bc72b170d9d7d0a13ba56672be6149b49d79a"` [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-rational v0.1.38 [INFO] [stderr] Compiling png v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling robinson v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:191:16 [INFO] [stderr] | [INFO] [stderr] 191 | '0'...'9' => self.parse_length(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:203:16 [INFO] [stderr] | [INFO] [stderr] 203 | '0'...'9' | '.' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:274:12 [INFO] [stderr] | [INFO] [stderr] 274 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, // TODO: Include U+00A0 and higher. [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:274:24 [INFO] [stderr] | [INFO] [stderr] 274 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, // TODO: Include U+00A0 and higher. [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:274:36 [INFO] [stderr] | [INFO] [stderr] 274 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, // TODO: Include U+00A0 and higher. [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:78:28 [INFO] [stderr] | [INFO] [stderr] 78 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:78:40 [INFO] [stderr] | [INFO] [stderr] 78 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:114:33 [INFO] [stderr] | [INFO] [stderr] 114 | let x0 = rect.x.clamp(0.0, self.width as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:115:33 [INFO] [stderr] | [INFO] [stderr] 115 | let y0 = rect.y.clamp(0.0, self.height as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:116:48 [INFO] [stderr] | [INFO] [stderr] 116 | let x1 = (rect.x + rect.width).clamp(0.0, self.width as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | let y1 = (rect.y + rect.height).clamp(0.0, self.height as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.96s [INFO] running `"docker" "inspect" "a855251426e50781399fe207401bc72b170d9d7d0a13ba56672be6149b49d79a"` [INFO] running `"docker" "rm" "-f" "a855251426e50781399fe207401bc72b170d9d7d0a13ba56672be6149b49d79a"` [INFO] [stdout] a855251426e50781399fe207401bc72b170d9d7d0a13ba56672be6149b49d79a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mbrubeck/robinson:/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] 7f9229697cfa7c7ba79691a7ee17c27b83aad61aebccb5b66f60cf8c922f82dd [INFO] running `"docker" "start" "-a" "7f9229697cfa7c7ba79691a7ee17c27b83aad61aebccb5b66f60cf8c922f82dd"` [INFO] [stderr] Compiling robinson v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:191:16 [INFO] [stderr] | [INFO] [stderr] 191 | '0'...'9' => self.parse_length(), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:203:16 [INFO] [stderr] | [INFO] [stderr] 203 | '0'...'9' | '.' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:274:12 [INFO] [stderr] | [INFO] [stderr] 274 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, // TODO: Include U+00A0 and higher. [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:274:24 [INFO] [stderr] | [INFO] [stderr] 274 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, // TODO: Include U+00A0 and higher. [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/css.rs:274:36 [INFO] [stderr] | [INFO] [stderr] 274 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, // TODO: Include U+00A0 and higher. [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:78:28 [INFO] [stderr] | [INFO] [stderr] 78 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/html.rs:78:40 [INFO] [stderr] | [INFO] [stderr] 78 | 'a'...'z' | 'A'...'Z' | '0'...'9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:114:33 [INFO] [stderr] | [INFO] [stderr] 114 | let x0 = rect.x.clamp(0.0, self.width as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:115:33 [INFO] [stderr] | [INFO] [stderr] 115 | let y0 = rect.y.clamp(0.0, self.height as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:116:48 [INFO] [stderr] | [INFO] [stderr] 116 | let x1 = (rect.x + rect.width).clamp(0.0, self.width as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/painting.rs:117:49 [INFO] [stderr] | [INFO] [stderr] 117 | let y1 = (rect.y + rect.height).clamp(0.0, self.height as f32) as usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `painting::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(clamp)] to the crate attributes to enable `std::f32::::clamp` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "7f9229697cfa7c7ba79691a7ee17c27b83aad61aebccb5b66f60cf8c922f82dd"` [INFO] running `"docker" "rm" "-f" "7f9229697cfa7c7ba79691a7ee17c27b83aad61aebccb5b66f60cf8c922f82dd"` [INFO] [stdout] 7f9229697cfa7c7ba79691a7ee17c27b83aad61aebccb5b66f60cf8c922f82dd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mbrubeck/robinson:/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] 558943b842541f318a160aa9984c36f9528246b4702bd63cc7c3b951a2fcaeb4 [INFO] running `"docker" "start" "-a" "558943b842541f318a160aa9984c36f9528246b4702bd63cc7c3b951a2fcaeb4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/robinson-4c35041cb9436101 [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" "558943b842541f318a160aa9984c36f9528246b4702bd63cc7c3b951a2fcaeb4"` [INFO] running `"docker" "rm" "-f" "558943b842541f318a160aa9984c36f9528246b4702bd63cc7c3b951a2fcaeb4"` [INFO] [stdout] 558943b842541f318a160aa9984c36f9528246b4702bd63cc7c3b951a2fcaeb4