Oct 12 23:12:22.739 INFO testing stanipintjuk/chaos-game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:12:22.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:12:23.150 INFO blam! cfd0fb7efa519bccf006f4fba52cd342f9293fc04c1fa79c558147482cfbf334 Oct 12 23:12:23.152 INFO running `"docker" "start" "-a" "cfd0fb7efa519bccf006f4fba52cd342f9293fc04c1fa79c558147482cfbf334"` Oct 12 23:12:24.854 INFO kablam! usermod: no changes Oct 12 23:12:24.939 INFO kablam! Compiling typenum v1.8.0 Oct 12 23:12:24.939 INFO kablam! Compiling libc v0.2.22 Oct 12 23:12:24.939 INFO kablam! Compiling gnuplot v0.0.22 Oct 12 23:12:24.947 INFO kablam! Compiling num-complex v0.1.37 Oct 12 23:12:28.611 INFO kablam! Compiling alga v0.5.1 Oct 12 23:12:28.691 INFO kablam! Compiling rand v0.3.15 Oct 12 23:12:31.571 INFO kablam! Compiling generic-array v0.2.1 Oct 12 23:12:35.074 INFO kablam! Compiling nalgebra v0.12.1 Oct 12 23:13:01.768 INFO kablam! Compiling plotting v0.1.0 (/source) Oct 12 23:13:02.057 INFO kablam! warning: unused import: `PlotOption` Oct 12 23:13:02.057 INFO kablam! --> src/nobs.rs:3:15 Oct 12 23:13:02.057 INFO kablam! | Oct 12 23:13:02.057 INFO kablam! 3 | use gnuplot::{PlotOption, Color, PointSize, PointSymbol, FillRegion, Above}; Oct 12 23:13:02.057 INFO kablam! | ^^^^^^^^^^ Oct 12 23:13:02.057 INFO kablam! | Oct 12 23:13:02.057 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:13:02.057 INFO kablam! Oct 12 23:13:02.255 INFO kablam! warning: variant is never constructed: `Yellow` Oct 12 23:13:02.255 INFO kablam! --> src/nobs.rs:37:5 Oct 12 23:13:02.255 INFO kablam! | Oct 12 23:13:02.255 INFO kablam! 37 | Yellow, Oct 12 23:13:02.255 INFO kablam! | ^^^^^^ Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:13:02.256 INFO kablam! Oct 12 23:13:02.256 INFO kablam! warning: variant is never constructed: `Purple` Oct 12 23:13:02.256 INFO kablam! --> src/nobs.rs:38:5 Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! 38 | Purple, Oct 12 23:13:02.256 INFO kablam! | ^^^^^^ Oct 12 23:13:02.256 INFO kablam! Oct 12 23:13:02.256 INFO kablam! warning: variant is never constructed: `Other` Oct 12 23:13:02.256 INFO kablam! --> src/nobs.rs:39:5 Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! 39 | Other(&'l str) Oct 12 23:13:02.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:13:02.256 INFO kablam! Oct 12 23:13:02.256 INFO kablam! warning: function is never used: `example2` Oct 12 23:13:02.256 INFO kablam! --> src/nobs_example.rs:44:1 Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! 44 | pub fn example2() { Oct 12 23:13:02.256 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:13:02.256 INFO kablam! Oct 12 23:13:02.256 INFO kablam! warning: function is never used: `example3` Oct 12 23:13:02.256 INFO kablam! --> src/nobs_example.rs:78:1 Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! 78 | pub fn example3() { Oct 12 23:13:02.256 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:13:02.256 INFO kablam! Oct 12 23:13:02.256 INFO kablam! warning: function `newPoint` should have a snake case name such as `new_point` Oct 12 23:13:02.256 INFO kablam! --> src/nobs.rs:26:1 Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! 26 | / pub fn newPoint(x: f64, y: f64) -> Vector2 { Oct 12 23:13:02.256 INFO kablam! 27 | | Vector2::new(x, y) Oct 12 23:13:02.256 INFO kablam! 28 | | } Oct 12 23:13:02.256 INFO kablam! | |_^ Oct 12 23:13:02.256 INFO kablam! | Oct 12 23:13:02.256 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:13:02.256 INFO kablam! Oct 12 23:13:02.257 INFO kablam! warning: function `getColor` should have a snake case name such as `get_color` Oct 12 23:13:02.257 INFO kablam! --> src/nobs.rs:42:1 Oct 12 23:13:02.257 INFO kablam! | Oct 12 23:13:02.257 INFO kablam! 42 | / fn getColor<'l>(color: Cl<'l>) -> &'l str{ Oct 12 23:13:02.257 INFO kablam! 43 | | match color { Oct 12 23:13:02.257 INFO kablam! 44 | | Cl::White => "white", Oct 12 23:13:02.257 INFO kablam! 45 | | Cl::Red => "#FF4132", Oct 12 23:13:02.257 INFO kablam! ... | Oct 12 23:13:02.257 INFO kablam! 52 | | } Oct 12 23:13:02.257 INFO kablam! 53 | | } Oct 12 23:13:02.257 INFO kablam! | |_^ Oct 12 23:13:02.257 INFO kablam! Oct 12 23:13:02.257 INFO kablam! warning: trait method `renderCl` should have a snake case name such as `render_cl` Oct 12 23:13:02.257 INFO kablam! --> src/nobs.rs:57:5 Oct 12 23:13:02.257 INFO kablam! | Oct 12 23:13:02.257 INFO kablam! 57 | fn renderCl(&mut self, shape: Shape, color: Cl<'l>); Oct 12 23:13:02.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:13:02.257 INFO kablam! Oct 12 23:13:02.257 INFO kablam! warning: trait method `setBg` should have a snake case name such as `set_bg` Oct 12 23:13:02.257 INFO kablam! --> src/nobs.rs:59:5 Oct 12 23:13:02.257 INFO kablam! | Oct 12 23:13:02.257 INFO kablam! 59 | fn setBg(&mut self, color: Cl<'l>); Oct 12 23:13:02.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:13:02.257 INFO kablam! Oct 12 23:13:02.257 INFO kablam! warning: function `getFigure` should have a snake case name such as `get_figure` Oct 12 23:13:02.257 INFO kablam! --> src/nobs.rs:79:1 Oct 12 23:13:02.257 INFO kablam! | Oct 12 23:13:02.257 INFO kablam! 79 | / pub fn getFigure<'l>() -> Figure<'l> { Oct 12 23:13:02.257 INFO kablam! 80 | | Figure::new() Oct 12 23:13:02.257 INFO kablam! 81 | | } Oct 12 23:13:02.257 INFO kablam! | |_^ Oct 12 23:13:02.257 INFO kablam! Oct 12 23:13:02.257 INFO kablam! warning: function `getFigureCl` should have a snake case name such as `get_figure_cl` Oct 12 23:13:02.257 INFO kablam! --> src/nobs.rs:84:1 Oct 12 23:13:02.257 INFO kablam! | Oct 12 23:13:02.257 INFO kablam! 84 | / pub fn getFigureCl<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:02.258 INFO kablam! 85 | | let mut fg = getFigure(); Oct 12 23:13:02.258 INFO kablam! 86 | | fg.setBg(bgcolor); Oct 12 23:13:02.258 INFO kablam! 87 | | fg Oct 12 23:13:02.258 INFO kablam! 88 | | } Oct 12 23:13:02.258 INFO kablam! | |_^ Oct 12 23:13:02.258 INFO kablam! Oct 12 23:13:02.258 INFO kablam! warning: function `getFigure4k` should have a snake case name such as `get_figure4k` Oct 12 23:13:02.258 INFO kablam! --> src/nobs.rs:91:1 Oct 12 23:13:02.258 INFO kablam! | Oct 12 23:13:02.258 INFO kablam! 91 | / pub fn getFigure4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:02.258 INFO kablam! 92 | | let mut fg = Figure::new4k(); Oct 12 23:13:02.258 INFO kablam! 93 | | fg.setBg(bgcolor); Oct 12 23:13:02.258 INFO kablam! 94 | | fg Oct 12 23:13:02.258 INFO kablam! 95 | | } Oct 12 23:13:02.258 INFO kablam! | |_^ Oct 12 23:13:02.258 INFO kablam! Oct 12 23:13:02.258 INFO kablam! warning: function `getFigureBeyond4k` should have a snake case name such as `get_figure_beyond4k` Oct 12 23:13:02.258 INFO kablam! --> src/nobs.rs:98:1 Oct 12 23:13:02.258 INFO kablam! | Oct 12 23:13:02.258 INFO kablam! 98 | / pub fn getFigureBeyond4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:02.258 INFO kablam! 99 | | let mut fg = Figure::new_beyond_4k(); Oct 12 23:13:02.258 INFO kablam! 100 | | fg.setBg(bgcolor); Oct 12 23:13:02.258 INFO kablam! 101 | | fg Oct 12 23:13:02.258 INFO kablam! 102 | | } Oct 12 23:13:02.258 INFO kablam! | |_^ Oct 12 23:13:02.258 INFO kablam! Oct 12 23:13:02.258 INFO kablam! warning: function `getPaths` should have a snake case name such as `get_paths` Oct 12 23:13:02.258 INFO kablam! --> src/nobs.rs:105:1 Oct 12 23:13:02.258 INFO kablam! | Oct 12 23:13:02.258 INFO kablam! 105 | / pub fn getPaths(shapes: &[&Shape], divisor: f64, iterations: usize, chance: u32) -> Vec { Oct 12 23:13:02.258 INFO kablam! 106 | | Oct 12 23:13:02.258 INFO kablam! 107 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:13:02.258 INFO kablam! 108 | | get_alternating_paths( Oct 12 23:13:02.258 INFO kablam! ... | Oct 12 23:13:02.258 INFO kablam! 114 | | ) Oct 12 23:13:02.258 INFO kablam! 115 | | } Oct 12 23:13:02.258 INFO kablam! | |_^ Oct 12 23:13:02.258 INFO kablam! Oct 12 23:13:02.258 INFO kablam! warning: function `getPath` should have a snake case name such as `get_path` Oct 12 23:13:02.258 INFO kablam! --> src/nobs.rs:118:1 Oct 12 23:13:02.258 INFO kablam! | Oct 12 23:13:02.258 INFO kablam! 118 | / pub fn getPath(shape: &Shape, divisor: f64, iterations: usize) -> Shape { Oct 12 23:13:02.258 INFO kablam! 119 | | Oct 12 23:13:02.258 INFO kablam! 120 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:13:02.258 INFO kablam! 121 | | get_path(shape, start, divisor, iterations) Oct 12 23:13:02.258 INFO kablam! 122 | | } Oct 12 23:13:02.258 INFO kablam! | |_^ Oct 12 23:13:02.258 INFO kablam! Oct 12 23:13:03.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.20s Oct 12 23:13:03.079 INFO kablam! su: No module specific data is present Oct 12 23:13:03.961 INFO running `"docker" "rm" "-f" "cfd0fb7efa519bccf006f4fba52cd342f9293fc04c1fa79c558147482cfbf334"` Oct 12 23:13:04.251 INFO blam! cfd0fb7efa519bccf006f4fba52cd342f9293fc04c1fa79c558147482cfbf334 Oct 12 23:13:04.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:13:04.596 INFO blam! b8f661a54f961094d812042933408041a3bf0c1f11744e27bc610894db0ba602 Oct 12 23:13:04.607 INFO running `"docker" "start" "-a" "b8f661a54f961094d812042933408041a3bf0c1f11744e27bc610894db0ba602"` Oct 12 23:13:05.784 INFO kablam! usermod: no changes Oct 12 23:13:05.879 INFO kablam! Compiling plotting v0.1.0 (/source) Oct 12 23:13:06.239 INFO kablam! warning: unused import: `PlotOption` Oct 12 23:13:06.239 INFO kablam! --> src/nobs.rs:3:15 Oct 12 23:13:06.239 INFO kablam! | Oct 12 23:13:06.239 INFO kablam! 3 | use gnuplot::{PlotOption, Color, PointSize, PointSymbol, FillRegion, Above}; Oct 12 23:13:06.239 INFO kablam! | ^^^^^^^^^^ Oct 12 23:13:06.239 INFO kablam! | Oct 12 23:13:06.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:13:06.239 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: variant is never constructed: `Yellow` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:37:5 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 37 | Yellow, Oct 12 23:13:06.459 INFO kablam! | ^^^^^^ Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: variant is never constructed: `Purple` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:38:5 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 38 | Purple, Oct 12 23:13:06.459 INFO kablam! | ^^^^^^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: variant is never constructed: `Other` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:39:5 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 39 | Other(&'l str) Oct 12 23:13:06.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: function is never used: `example2` Oct 12 23:13:06.459 INFO kablam! --> src/nobs_example.rs:44:1 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 44 | pub fn example2() { Oct 12 23:13:06.459 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: function is never used: `example3` Oct 12 23:13:06.459 INFO kablam! --> src/nobs_example.rs:78:1 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 78 | pub fn example3() { Oct 12 23:13:06.459 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: function `newPoint` should have a snake case name such as `new_point` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:26:1 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 26 | / pub fn newPoint(x: f64, y: f64) -> Vector2 { Oct 12 23:13:06.459 INFO kablam! 27 | | Vector2::new(x, y) Oct 12 23:13:06.459 INFO kablam! 28 | | } Oct 12 23:13:06.459 INFO kablam! | |_^ Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: function `getColor` should have a snake case name such as `get_color` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:42:1 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 42 | / fn getColor<'l>(color: Cl<'l>) -> &'l str{ Oct 12 23:13:06.459 INFO kablam! 43 | | match color { Oct 12 23:13:06.459 INFO kablam! 44 | | Cl::White => "white", Oct 12 23:13:06.459 INFO kablam! 45 | | Cl::Red => "#FF4132", Oct 12 23:13:06.459 INFO kablam! ... | Oct 12 23:13:06.459 INFO kablam! 52 | | } Oct 12 23:13:06.459 INFO kablam! 53 | | } Oct 12 23:13:06.459 INFO kablam! | |_^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: trait method `renderCl` should have a snake case name such as `render_cl` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:57:5 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 57 | fn renderCl(&mut self, shape: Shape, color: Cl<'l>); Oct 12 23:13:06.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: trait method `setBg` should have a snake case name such as `set_bg` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:59:5 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 59 | fn setBg(&mut self, color: Cl<'l>); Oct 12 23:13:06.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: function `getFigure` should have a snake case name such as `get_figure` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:79:1 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 79 | / pub fn getFigure<'l>() -> Figure<'l> { Oct 12 23:13:06.459 INFO kablam! 80 | | Figure::new() Oct 12 23:13:06.459 INFO kablam! 81 | | } Oct 12 23:13:06.459 INFO kablam! | |_^ Oct 12 23:13:06.459 INFO kablam! Oct 12 23:13:06.459 INFO kablam! warning: function `getFigureCl` should have a snake case name such as `get_figure_cl` Oct 12 23:13:06.459 INFO kablam! --> src/nobs.rs:84:1 Oct 12 23:13:06.459 INFO kablam! | Oct 12 23:13:06.459 INFO kablam! 84 | / pub fn getFigureCl<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:06.459 INFO kablam! 85 | | let mut fg = getFigure(); Oct 12 23:13:06.459 INFO kablam! 86 | | fg.setBg(bgcolor); Oct 12 23:13:06.459 INFO kablam! 87 | | fg Oct 12 23:13:06.459 INFO kablam! 88 | | } Oct 12 23:13:06.459 INFO kablam! | |_^ Oct 12 23:13:06.460 INFO kablam! Oct 12 23:13:06.460 INFO kablam! warning: function `getFigure4k` should have a snake case name such as `get_figure4k` Oct 12 23:13:06.460 INFO kablam! --> src/nobs.rs:91:1 Oct 12 23:13:06.460 INFO kablam! | Oct 12 23:13:06.460 INFO kablam! 91 | / pub fn getFigure4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:06.460 INFO kablam! 92 | | let mut fg = Figure::new4k(); Oct 12 23:13:06.460 INFO kablam! 93 | | fg.setBg(bgcolor); Oct 12 23:13:06.460 INFO kablam! 94 | | fg Oct 12 23:13:06.460 INFO kablam! 95 | | } Oct 12 23:13:06.460 INFO kablam! | |_^ Oct 12 23:13:06.460 INFO kablam! Oct 12 23:13:06.460 INFO kablam! warning: function `getFigureBeyond4k` should have a snake case name such as `get_figure_beyond4k` Oct 12 23:13:06.460 INFO kablam! --> src/nobs.rs:98:1 Oct 12 23:13:06.460 INFO kablam! | Oct 12 23:13:06.460 INFO kablam! 98 | / pub fn getFigureBeyond4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:06.460 INFO kablam! 99 | | let mut fg = Figure::new_beyond_4k(); Oct 12 23:13:06.460 INFO kablam! 100 | | fg.setBg(bgcolor); Oct 12 23:13:06.460 INFO kablam! 101 | | fg Oct 12 23:13:06.460 INFO kablam! 102 | | } Oct 12 23:13:06.460 INFO kablam! | |_^ Oct 12 23:13:06.460 INFO kablam! Oct 12 23:13:06.460 INFO kablam! warning: function `getPaths` should have a snake case name such as `get_paths` Oct 12 23:13:06.460 INFO kablam! --> src/nobs.rs:105:1 Oct 12 23:13:06.460 INFO kablam! | Oct 12 23:13:06.460 INFO kablam! 105 | / pub fn getPaths(shapes: &[&Shape], divisor: f64, iterations: usize, chance: u32) -> Vec { Oct 12 23:13:06.460 INFO kablam! 106 | | Oct 12 23:13:06.460 INFO kablam! 107 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:13:06.460 INFO kablam! 108 | | get_alternating_paths( Oct 12 23:13:06.460 INFO kablam! ... | Oct 12 23:13:06.460 INFO kablam! 114 | | ) Oct 12 23:13:06.460 INFO kablam! 115 | | } Oct 12 23:13:06.460 INFO kablam! | |_^ Oct 12 23:13:06.460 INFO kablam! Oct 12 23:13:06.460 INFO kablam! warning: function `getPath` should have a snake case name such as `get_path` Oct 12 23:13:06.460 INFO kablam! --> src/nobs.rs:118:1 Oct 12 23:13:06.460 INFO kablam! | Oct 12 23:13:06.460 INFO kablam! 118 | / pub fn getPath(shape: &Shape, divisor: f64, iterations: usize) -> Shape { Oct 12 23:13:06.460 INFO kablam! 119 | | Oct 12 23:13:06.460 INFO kablam! 120 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:13:06.460 INFO kablam! 121 | | get_path(shape, start, divisor, iterations) Oct 12 23:13:06.460 INFO kablam! 122 | | } Oct 12 23:13:06.460 INFO kablam! | |_^ Oct 12 23:13:06.460 INFO kablam! Oct 12 23:13:06.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 12 23:13:06.971 INFO kablam! su: No module specific data is present Oct 12 23:13:07.479 INFO running `"docker" "rm" "-f" "b8f661a54f961094d812042933408041a3bf0c1f11744e27bc610894db0ba602"` Oct 12 23:13:07.783 INFO blam! b8f661a54f961094d812042933408041a3bf0c1f11744e27bc610894db0ba602 Oct 12 23:13:07.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:13:08.311 INFO blam! b9f264369c30154e7b499867f7ee6c7bb2c55a1e848a1026aaba9ea2ae2e3185 Oct 12 23:13:08.315 INFO running `"docker" "start" "-a" "b9f264369c30154e7b499867f7ee6c7bb2c55a1e848a1026aaba9ea2ae2e3185"` Oct 12 23:13:09.647 INFO kablam! usermod: no changes Oct 12 23:13:09.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 23:13:09.768 INFO kablam! Running /target/debug/deps/plotting-3989478fb575cdaf Oct 12 23:13:09.775 INFO blam! Oct 12 23:13:09.775 INFO blam! running 0 tests Oct 12 23:13:09.775 INFO blam! Oct 12 23:13:09.775 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:13:09.775 INFO blam! Oct 12 23:13:09.778 INFO kablam! su: No module specific data is present Oct 12 23:13:10.324 INFO running `"docker" "rm" "-f" "b9f264369c30154e7b499867f7ee6c7bb2c55a1e848a1026aaba9ea2ae2e3185"` Oct 12 23:13:10.712 INFO blam! b9f264369c30154e7b499867f7ee6c7bb2c55a1e848a1026aaba9ea2ae2e3185