Oct 12 23:12:22.279 INFO testing stanipintjuk/chaos-game against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:12:22.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.627 INFO blam! 1041bd0cf1f4da08911c3dfdcadbd8fedf34abbeaa700383a793ca63e0fb8992 Oct 12 23:12:22.635 INFO running `"docker" "start" "-a" "1041bd0cf1f4da08911c3dfdcadbd8fedf34abbeaa700383a793ca63e0fb8992"` Oct 12 23:12:23.751 INFO kablam! usermod: no changes Oct 12 23:12:23.864 INFO kablam! Compiling typenum v1.8.0 Oct 12 23:12:23.864 INFO kablam! Compiling gnuplot v0.0.22 Oct 12 23:12:23.865 INFO kablam! Compiling alga v0.5.1 Oct 12 23:12:29.668 INFO kablam! Compiling generic-array v0.2.1 Oct 12 23:12:32.531 INFO kablam! Compiling nalgebra v0.12.1 Oct 12 23:12:58.915 INFO kablam! Compiling plotting v0.1.0 (/source) Oct 12 23:12:59.214 INFO kablam! warning: unused import: `PlotOption` Oct 12 23:12:59.214 INFO kablam! --> src/nobs.rs:3:15 Oct 12 23:12:59.214 INFO kablam! | Oct 12 23:12:59.214 INFO kablam! 3 | use gnuplot::{PlotOption, Color, PointSize, PointSymbol, FillRegion, Above}; Oct 12 23:12:59.214 INFO kablam! | ^^^^^^^^^^ Oct 12 23:12:59.214 INFO kablam! | Oct 12 23:12:59.214 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:12:59.214 INFO kablam! Oct 12 23:12:59.414 INFO kablam! warning: variant is never constructed: `Yellow` Oct 12 23:12:59.414 INFO kablam! --> src/nobs.rs:37:5 Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! 37 | Yellow, Oct 12 23:12:59.414 INFO kablam! | ^^^^^^ Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:12:59.414 INFO kablam! Oct 12 23:12:59.414 INFO kablam! warning: variant is never constructed: `Purple` Oct 12 23:12:59.414 INFO kablam! --> src/nobs.rs:38:5 Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! 38 | Purple, Oct 12 23:12:59.414 INFO kablam! | ^^^^^^ Oct 12 23:12:59.414 INFO kablam! Oct 12 23:12:59.414 INFO kablam! warning: variant is never constructed: `Other` Oct 12 23:12:59.414 INFO kablam! --> src/nobs.rs:39:5 Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! 39 | Other(&'l str) Oct 12 23:12:59.414 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:12:59.414 INFO kablam! Oct 12 23:12:59.414 INFO kablam! warning: function is never used: `example2` Oct 12 23:12:59.414 INFO kablam! --> src/nobs_example.rs:44:1 Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! 44 | pub fn example2() { Oct 12 23:12:59.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:12:59.414 INFO kablam! Oct 12 23:12:59.414 INFO kablam! warning: function is never used: `example3` Oct 12 23:12:59.414 INFO kablam! --> src/nobs_example.rs:78:1 Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! 78 | pub fn example3() { Oct 12 23:12:59.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:12:59.414 INFO kablam! Oct 12 23:12:59.414 INFO kablam! warning: function `newPoint` should have a snake case name such as `new_point` Oct 12 23:12:59.414 INFO kablam! --> src/nobs.rs:26:1 Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! 26 | / pub fn newPoint(x: f64, y: f64) -> Vector2 { Oct 12 23:12:59.414 INFO kablam! 27 | | Vector2::new(x, y) Oct 12 23:12:59.414 INFO kablam! 28 | | } Oct 12 23:12:59.414 INFO kablam! | |_^ Oct 12 23:12:59.414 INFO kablam! | Oct 12 23:12:59.414 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:12:59.414 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: function `getColor` should have a snake case name such as `get_color` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:42:1 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 42 | / fn getColor<'l>(color: Cl<'l>) -> &'l str{ Oct 12 23:12:59.416 INFO kablam! 43 | | match color { Oct 12 23:12:59.416 INFO kablam! 44 | | Cl::White => "white", Oct 12 23:12:59.416 INFO kablam! 45 | | Cl::Red => "#FF4132", Oct 12 23:12:59.416 INFO kablam! ... | Oct 12 23:12:59.416 INFO kablam! 52 | | } Oct 12 23:12:59.416 INFO kablam! 53 | | } Oct 12 23:12:59.416 INFO kablam! | |_^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: trait method `renderCl` should have a snake case name such as `render_cl` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:57:5 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 57 | fn renderCl(&mut self, shape: Shape, color: Cl<'l>); Oct 12 23:12:59.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: trait method `setBg` should have a snake case name such as `set_bg` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:59:5 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 59 | fn setBg(&mut self, color: Cl<'l>); Oct 12 23:12:59.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: function `getFigure` should have a snake case name such as `get_figure` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:79:1 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 79 | / pub fn getFigure<'l>() -> Figure<'l> { Oct 12 23:12:59.416 INFO kablam! 80 | | Figure::new() Oct 12 23:12:59.416 INFO kablam! 81 | | } Oct 12 23:12:59.416 INFO kablam! | |_^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: function `getFigureCl` should have a snake case name such as `get_figure_cl` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:84:1 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 84 | / pub fn getFigureCl<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:12:59.416 INFO kablam! 85 | | let mut fg = getFigure(); Oct 12 23:12:59.416 INFO kablam! 86 | | fg.setBg(bgcolor); Oct 12 23:12:59.416 INFO kablam! 87 | | fg Oct 12 23:12:59.416 INFO kablam! 88 | | } Oct 12 23:12:59.416 INFO kablam! | |_^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: function `getFigure4k` should have a snake case name such as `get_figure4k` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:91:1 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 91 | / pub fn getFigure4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:12:59.416 INFO kablam! 92 | | let mut fg = Figure::new4k(); Oct 12 23:12:59.416 INFO kablam! 93 | | fg.setBg(bgcolor); Oct 12 23:12:59.416 INFO kablam! 94 | | fg Oct 12 23:12:59.416 INFO kablam! 95 | | } Oct 12 23:12:59.416 INFO kablam! | |_^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: function `getFigureBeyond4k` should have a snake case name such as `get_figure_beyond4k` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:98:1 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 98 | / pub fn getFigureBeyond4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:12:59.416 INFO kablam! 99 | | let mut fg = Figure::new_beyond_4k(); Oct 12 23:12:59.416 INFO kablam! 100 | | fg.setBg(bgcolor); Oct 12 23:12:59.416 INFO kablam! 101 | | fg Oct 12 23:12:59.416 INFO kablam! 102 | | } Oct 12 23:12:59.416 INFO kablam! | |_^ Oct 12 23:12:59.416 INFO kablam! Oct 12 23:12:59.416 INFO kablam! warning: function `getPaths` should have a snake case name such as `get_paths` Oct 12 23:12:59.416 INFO kablam! --> src/nobs.rs:105:1 Oct 12 23:12:59.416 INFO kablam! | Oct 12 23:12:59.416 INFO kablam! 105 | / pub fn getPaths(shapes: &[&Shape], divisor: f64, iterations: usize, chance: u32) -> Vec { Oct 12 23:12:59.416 INFO kablam! 106 | | Oct 12 23:12:59.417 INFO kablam! 107 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:12:59.417 INFO kablam! 108 | | get_alternating_paths( Oct 12 23:12:59.417 INFO kablam! ... | Oct 12 23:12:59.417 INFO kablam! 114 | | ) Oct 12 23:12:59.417 INFO kablam! 115 | | } Oct 12 23:12:59.417 INFO kablam! | |_^ Oct 12 23:12:59.417 INFO kablam! Oct 12 23:12:59.417 INFO kablam! warning: function `getPath` should have a snake case name such as `get_path` Oct 12 23:12:59.417 INFO kablam! --> src/nobs.rs:118:1 Oct 12 23:12:59.417 INFO kablam! | Oct 12 23:12:59.417 INFO kablam! 118 | / pub fn getPath(shape: &Shape, divisor: f64, iterations: usize) -> Shape { Oct 12 23:12:59.417 INFO kablam! 119 | | Oct 12 23:12:59.417 INFO kablam! 120 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:12:59.417 INFO kablam! 121 | | get_path(shape, start, divisor, iterations) Oct 12 23:12:59.417 INFO kablam! 122 | | } Oct 12 23:12:59.417 INFO kablam! | |_^ Oct 12 23:12:59.417 INFO kablam! Oct 12 23:13:00.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.57s Oct 12 23:13:00.352 INFO kablam! su: No module specific data is present Oct 12 23:13:01.015 INFO running `"docker" "rm" "-f" "1041bd0cf1f4da08911c3dfdcadbd8fedf34abbeaa700383a793ca63e0fb8992"` Oct 12 23:13:01.243 INFO blam! 1041bd0cf1f4da08911c3dfdcadbd8fedf34abbeaa700383a793ca63e0fb8992 Oct 12 23:13:01.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:01.726 INFO blam! 979bd8c8605804c1cc36435520a8a191150e95a008b98134f43bdb3eb45979c2 Oct 12 23:13:01.734 INFO running `"docker" "start" "-a" "979bd8c8605804c1cc36435520a8a191150e95a008b98134f43bdb3eb45979c2"` Oct 12 23:13:02.639 INFO kablam! usermod: no changes Oct 12 23:13:02.719 INFO kablam! Compiling plotting v0.1.0 (/source) Oct 12 23:13:03.018 INFO kablam! warning: unused import: `PlotOption` Oct 12 23:13:03.019 INFO kablam! --> src/nobs.rs:3:15 Oct 12 23:13:03.019 INFO kablam! | Oct 12 23:13:03.019 INFO kablam! 3 | use gnuplot::{PlotOption, Color, PointSize, PointSymbol, FillRegion, Above}; Oct 12 23:13:03.019 INFO kablam! | ^^^^^^^^^^ Oct 12 23:13:03.019 INFO kablam! | Oct 12 23:13:03.019 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:13:03.019 INFO kablam! Oct 12 23:13:03.227 INFO kablam! warning: variant is never constructed: `Yellow` Oct 12 23:13:03.227 INFO kablam! --> src/nobs.rs:37:5 Oct 12 23:13:03.227 INFO kablam! | Oct 12 23:13:03.227 INFO kablam! 37 | Yellow, Oct 12 23:13:03.227 INFO kablam! | ^^^^^^ Oct 12 23:13:03.227 INFO kablam! | Oct 12 23:13:03.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:13:03.227 INFO kablam! Oct 12 23:13:03.227 INFO kablam! warning: variant is never constructed: `Purple` Oct 12 23:13:03.227 INFO kablam! --> src/nobs.rs:38:5 Oct 12 23:13:03.227 INFO kablam! | Oct 12 23:13:03.227 INFO kablam! 38 | Purple, Oct 12 23:13:03.227 INFO kablam! | ^^^^^^ Oct 12 23:13:03.227 INFO kablam! Oct 12 23:13:03.227 INFO kablam! warning: variant is never constructed: `Other` Oct 12 23:13:03.227 INFO kablam! --> src/nobs.rs:39:5 Oct 12 23:13:03.227 INFO kablam! | Oct 12 23:13:03.227 INFO kablam! 39 | Other(&'l str) Oct 12 23:13:03.227 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:13:03.227 INFO kablam! Oct 12 23:13:03.227 INFO kablam! warning: function is never used: `example2` Oct 12 23:13:03.227 INFO kablam! --> src/nobs_example.rs:44:1 Oct 12 23:13:03.227 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 44 | pub fn example2() { Oct 12 23:13:03.228 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function is never used: `example3` Oct 12 23:13:03.228 INFO kablam! --> src/nobs_example.rs:78:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 78 | pub fn example3() { Oct 12 23:13:03.228 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function `newPoint` should have a snake case name such as `new_point` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:26:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 26 | / pub fn newPoint(x: f64, y: f64) -> Vector2 { Oct 12 23:13:03.228 INFO kablam! 27 | | Vector2::new(x, y) Oct 12 23:13:03.228 INFO kablam! 28 | | } Oct 12 23:13:03.228 INFO kablam! | |_^ Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function `getColor` should have a snake case name such as `get_color` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:42:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 42 | / fn getColor<'l>(color: Cl<'l>) -> &'l str{ Oct 12 23:13:03.228 INFO kablam! 43 | | match color { Oct 12 23:13:03.228 INFO kablam! 44 | | Cl::White => "white", Oct 12 23:13:03.228 INFO kablam! 45 | | Cl::Red => "#FF4132", Oct 12 23:13:03.228 INFO kablam! ... | Oct 12 23:13:03.228 INFO kablam! 52 | | } Oct 12 23:13:03.228 INFO kablam! 53 | | } Oct 12 23:13:03.228 INFO kablam! | |_^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: trait method `renderCl` should have a snake case name such as `render_cl` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:57:5 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 57 | fn renderCl(&mut self, shape: Shape, color: Cl<'l>); Oct 12 23:13:03.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: trait method `setBg` should have a snake case name such as `set_bg` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:59:5 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 59 | fn setBg(&mut self, color: Cl<'l>); Oct 12 23:13:03.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function `getFigure` should have a snake case name such as `get_figure` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:79:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 79 | / pub fn getFigure<'l>() -> Figure<'l> { Oct 12 23:13:03.228 INFO kablam! 80 | | Figure::new() Oct 12 23:13:03.228 INFO kablam! 81 | | } Oct 12 23:13:03.228 INFO kablam! | |_^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function `getFigureCl` should have a snake case name such as `get_figure_cl` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:84:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 84 | / pub fn getFigureCl<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:03.228 INFO kablam! 85 | | let mut fg = getFigure(); Oct 12 23:13:03.228 INFO kablam! 86 | | fg.setBg(bgcolor); Oct 12 23:13:03.228 INFO kablam! 87 | | fg Oct 12 23:13:03.228 INFO kablam! 88 | | } Oct 12 23:13:03.228 INFO kablam! | |_^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function `getFigure4k` should have a snake case name such as `get_figure4k` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:91:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 91 | / pub fn getFigure4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:03.228 INFO kablam! 92 | | let mut fg = Figure::new4k(); Oct 12 23:13:03.228 INFO kablam! 93 | | fg.setBg(bgcolor); Oct 12 23:13:03.228 INFO kablam! 94 | | fg Oct 12 23:13:03.228 INFO kablam! 95 | | } Oct 12 23:13:03.228 INFO kablam! | |_^ Oct 12 23:13:03.228 INFO kablam! Oct 12 23:13:03.228 INFO kablam! warning: function `getFigureBeyond4k` should have a snake case name such as `get_figure_beyond4k` Oct 12 23:13:03.228 INFO kablam! --> src/nobs.rs:98:1 Oct 12 23:13:03.228 INFO kablam! | Oct 12 23:13:03.228 INFO kablam! 98 | / pub fn getFigureBeyond4k<'l>(bgcolor: Cl<'l>) -> Figure<'l> { Oct 12 23:13:03.228 INFO kablam! 99 | | let mut fg = Figure::new_beyond_4k(); Oct 12 23:13:03.228 INFO kablam! 100 | | fg.setBg(bgcolor); Oct 12 23:13:03.229 INFO kablam! 101 | | fg Oct 12 23:13:03.229 INFO kablam! 102 | | } Oct 12 23:13:03.229 INFO kablam! | |_^ Oct 12 23:13:03.229 INFO kablam! Oct 12 23:13:03.229 INFO kablam! warning: function `getPaths` should have a snake case name such as `get_paths` Oct 12 23:13:03.229 INFO kablam! --> src/nobs.rs:105:1 Oct 12 23:13:03.229 INFO kablam! | Oct 12 23:13:03.229 INFO kablam! 105 | / pub fn getPaths(shapes: &[&Shape], divisor: f64, iterations: usize, chance: u32) -> Vec { Oct 12 23:13:03.229 INFO kablam! 106 | | Oct 12 23:13:03.229 INFO kablam! 107 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:13:03.229 INFO kablam! 108 | | get_alternating_paths( Oct 12 23:13:03.229 INFO kablam! ... | Oct 12 23:13:03.229 INFO kablam! 114 | | ) Oct 12 23:13:03.229 INFO kablam! 115 | | } Oct 12 23:13:03.229 INFO kablam! | |_^ Oct 12 23:13:03.229 INFO kablam! Oct 12 23:13:03.229 INFO kablam! warning: function `getPath` should have a snake case name such as `get_path` Oct 12 23:13:03.229 INFO kablam! --> src/nobs.rs:118:1 Oct 12 23:13:03.229 INFO kablam! | Oct 12 23:13:03.229 INFO kablam! 118 | / pub fn getPath(shape: &Shape, divisor: f64, iterations: usize) -> Shape { Oct 12 23:13:03.229 INFO kablam! 119 | | Oct 12 23:13:03.229 INFO kablam! 120 | | let start = Vector2::new(0.0, 0.0); Oct 12 23:13:03.229 INFO kablam! 121 | | get_path(shape, start, divisor, iterations) Oct 12 23:13:03.229 INFO kablam! 122 | | } Oct 12 23:13:03.229 INFO kablam! | |_^ Oct 12 23:13:03.229 INFO kablam! Oct 12 23:13:03.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 12 23:13:03.735 INFO kablam! su: No module specific data is present Oct 12 23:13:04.389 INFO running `"docker" "rm" "-f" "979bd8c8605804c1cc36435520a8a191150e95a008b98134f43bdb3eb45979c2"` Oct 12 23:13:04.859 INFO blam! 979bd8c8605804c1cc36435520a8a191150e95a008b98134f43bdb3eb45979c2 Oct 12 23:13:04.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:05.436 INFO blam! 7c535b3844b0f574096918f4ee9827bb8b14d2fee55e04a6af08f4523542b31c Oct 12 23:13:05.442 INFO running `"docker" "start" "-a" "7c535b3844b0f574096918f4ee9827bb8b14d2fee55e04a6af08f4523542b31c"` Oct 12 23:13:06.787 INFO kablam! usermod: no changes Oct 12 23:13:06.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 23:13:06.852 INFO kablam! Running /target/debug/deps/plotting-ce0882e61feaead0 Oct 12 23:13:06.856 INFO blam! Oct 12 23:13:06.856 INFO blam! running 0 tests Oct 12 23:13:06.863 INFO blam! Oct 12 23:13:06.863 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:13:06.863 INFO blam! Oct 12 23:13:06.863 INFO kablam! su: No module specific data is present Oct 12 23:13:07.547 INFO running `"docker" "rm" "-f" "7c535b3844b0f574096918f4ee9827bb8b14d2fee55e04a6af08f4523542b31c"` Oct 12 23:13:07.855 INFO blam! 7c535b3844b0f574096918f4ee9827bb8b14d2fee55e04a6af08f4523542b31c