[INFO] updating cached repository panw-techdocs/rust-sc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/panw-techdocs/rust-sc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/panw-techdocs/rust-sc" "work/ex/beta-1.37-6/sources/1.36.0/gh/panw-techdocs/rust-sc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/panw-techdocs/rust-sc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/panw-techdocs/rust-sc" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/panw-techdocs/rust-sc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/panw-techdocs/rust-sc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c21f35f347d86460954eefced77bd285252330d9 [INFO] sha for GitHub repo panw-techdocs/rust-sc: c21f35f347d86460954eefced77bd285252330d9 [INFO] validating manifest of panw-techdocs/rust-sc on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of panw-techdocs/rust-sc on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing panw-techdocs/rust-sc [INFO] finished frobbing panw-techdocs/rust-sc [INFO] frobbed toml for panw-techdocs/rust-sc written to work/ex/beta-1.37-6/sources/1.36.0/gh/panw-techdocs/rust-sc/Cargo.toml [INFO] started frobbing panw-techdocs/rust-sc [INFO] finished frobbing panw-techdocs/rust-sc [INFO] frobbed toml for panw-techdocs/rust-sc written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/panw-techdocs/rust-sc/Cargo.toml [INFO] crate panw-techdocs/rust-sc already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing panw-techdocs/rust-sc against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/panw-techdocs/rust-sc:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 1dc4b90c4052c12ce2881f80297971a5861e289d97a217fe7678d0c07e8d02ab [INFO] running `"docker" "start" "-a" "1dc4b90c4052c12ce2881f80297971a5861e289d97a217fe7678d0c07e8d02ab"` [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling libc v0.2.26 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling deflate v0.7.13 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num-rational v0.1.38 [INFO] [stderr] Compiling png v0.8.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: 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] [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] [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] [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] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.86s [INFO] running `"docker" "inspect" "1dc4b90c4052c12ce2881f80297971a5861e289d97a217fe7678d0c07e8d02ab"` [INFO] running `"docker" "rm" "-f" "1dc4b90c4052c12ce2881f80297971a5861e289d97a217fe7678d0c07e8d02ab"` [INFO] [stdout] 1dc4b90c4052c12ce2881f80297971a5861e289d97a217fe7678d0c07e8d02ab [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/panw-techdocs/rust-sc:/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 05bbca90716e2359c43f4cfbf94f3098e9c8aa88c3ebdbb9df5481b6417ac8d3 [INFO] running `"docker" "start" "-a" "05bbca90716e2359c43f4cfbf94f3098e9c8aa88c3ebdbb9df5481b6417ac8d3"` [INFO] [stderr] Compiling robinson v0.0.1 (/opt/crater/workdir) [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] [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] [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] [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] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "05bbca90716e2359c43f4cfbf94f3098e9c8aa88c3ebdbb9df5481b6417ac8d3"` [INFO] running `"docker" "rm" "-f" "05bbca90716e2359c43f4cfbf94f3098e9c8aa88c3ebdbb9df5481b6417ac8d3"` [INFO] [stdout] 05bbca90716e2359c43f4cfbf94f3098e9c8aa88c3ebdbb9df5481b6417ac8d3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/panw-techdocs/rust-sc:/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 45c063d3ee113bf18822aa50a0a140249a5f0deba5af6256fd7720db312b69e2 [INFO] running `"docker" "start" "-a" "45c063d3ee113bf18822aa50a0a140249a5f0deba5af6256fd7720db312b69e2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/robinson-65a77df12d6e6c5d [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" "45c063d3ee113bf18822aa50a0a140249a5f0deba5af6256fd7720db312b69e2"` [INFO] running `"docker" "rm" "-f" "45c063d3ee113bf18822aa50a0a140249a5f0deba5af6256fd7720db312b69e2"` [INFO] [stdout] 45c063d3ee113bf18822aa50a0a140249a5f0deba5af6256fd7720db312b69e2