Oct 10 17:53:53.730 INFO testing mwalczyk/spectrum_learn_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:53:53.730 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:53:53.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:53:54.080 INFO blam! e009e7952a9dd60c6765b62a5cba59ee6f64e1d32655bd643b121a5fdd102c65 Oct 10 17:53:54.085 INFO running `"docker" "start" "-a" "e009e7952a9dd60c6765b62a5cba59ee6f64e1d32655bd643b121a5fdd102c65"` Oct 10 17:53:54.903 INFO kablam! usermod: no changes Oct 10 17:53:55.084 INFO kablam! Compiling serde v0.9.12 Oct 10 17:53:55.087 INFO kablam! Compiling shared_library v0.1.5 Oct 10 17:53:55.087 INFO kablam! Compiling csv v0.15.0 Oct 10 17:53:55.091 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 17:53:57.158 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 10 17:54:06.392 INFO kablam! Compiling serde_json v0.9.9 Oct 10 17:54:09.907 INFO kablam! Compiling target_build_utils v0.3.0 Oct 10 17:54:11.993 INFO kablam! Compiling libloading v0.3.4 Oct 10 17:54:15.424 INFO kablam! Compiling dlib v0.3.1 Oct 10 17:54:16.004 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 17:54:17.975 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 17:54:20.664 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 17:54:20.664 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 17:54:24.080 INFO kablam! Compiling winit v0.5.11 Oct 10 17:54:29.396 INFO kablam! Compiling glutin v0.7.4 Oct 10 17:54:32.772 INFO kablam! Compiling spectrum_learn_rs v0.1.0 (/source) Oct 10 17:54:34.260 INFO kablam! warning: unused imports: `GLboolean`, `GLfloat`, `GLsizeiptr` Oct 10 17:54:34.260 INFO kablam! --> src/program.rs:3:17 Oct 10 17:54:34.260 INFO kablam! | Oct 10 17:54:34.260 INFO kablam! 3 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 10 17:54:34.260 INFO kablam! | ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ Oct 10 17:54:34.260 INFO kablam! | Oct 10 17:54:34.260 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:54:34.260 INFO kablam! Oct 10 17:54:34.260 INFO kablam! warning: unused import: `std::mem` Oct 10 17:54:34.260 INFO kablam! --> src/program.rs:4:5 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 4 | use std::mem; Oct 10 17:54:34.261 INFO kablam! | ^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.261 INFO kablam! warning: unused import: `std::error::Error` Oct 10 17:54:34.261 INFO kablam! --> src/program.rs:9:5 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 9 | use std::error::Error; Oct 10 17:54:34.261 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.261 INFO kablam! warning: unused imports: `GLboolean`, `GLchar`, `GLenum`, `GLint`, `GLuint` Oct 10 17:54:34.261 INFO kablam! --> src/main.rs:11:26 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 11 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 10 17:54:34.261 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.261 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:34.261 INFO kablam! --> src/main.rs:49:5 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 49 | /// Setup the window Oct 10 17:54:34.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.261 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:34.261 INFO kablam! --> src/main.rs:80:9 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 80 | /// Create a VBO and VAO for rendering the scatter plot Oct 10 17:54:34.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.261 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:34.261 INFO kablam! --> src/main.rs:98:9 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 98 | /// Create a VBO and VAO for rendering the best-fit line Oct 10 17:54:34.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.261 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:34.261 INFO kablam! --> src/main.rs:116:9 Oct 10 17:54:34.261 INFO kablam! | Oct 10 17:54:34.261 INFO kablam! 116 | /// Bind the shader program that will be used to draw the Oct 10 17:54:34.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.261 INFO kablam! Oct 10 17:54:34.349 INFO kablam! warning: unused variable: `window_size` Oct 10 17:54:34.349 INFO kablam! --> src/main.rs:53:9 Oct 10 17:54:34.349 INFO kablam! | Oct 10 17:54:34.349 INFO kablam! 53 | let window_size = window.get_inner_size(); Oct 10 17:54:34.350 INFO kablam! | ^^^^^^^^^^^ help: consider using `_window_size` instead Oct 10 17:54:34.350 INFO kablam! | Oct 10 17:54:34.350 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:54:34.350 INFO kablam! Oct 10 17:54:34.350 INFO kablam! warning: unused variable: `shader_program` Oct 10 17:54:34.350 INFO kablam! --> src/main.rs:67:13 Oct 10 17:54:34.350 INFO kablam! | Oct 10 17:54:34.350 INFO kablam! 67 | let mut shader_program = 0; Oct 10 17:54:34.350 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_shader_program` instead Oct 10 17:54:34.350 INFO kablam! Oct 10 17:54:34.367 INFO kablam! warning: variable does not need to be mutable Oct 10 17:54:34.367 INFO kablam! --> src/main.rs:67:9 Oct 10 17:54:34.367 INFO kablam! | Oct 10 17:54:34.367 INFO kablam! 67 | let mut shader_program = 0; Oct 10 17:54:34.367 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 17:54:34.367 INFO kablam! | | Oct 10 17:54:34.367 INFO kablam! | help: remove this `mut` Oct 10 17:54:34.367 INFO kablam! | Oct 10 17:54:34.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:54:34.367 INFO kablam! Oct 10 17:54:34.372 INFO kablam! warning: struct is never constructed: `Line` Oct 10 17:54:34.372 INFO kablam! --> src/linear_regression.rs:1:1 Oct 10 17:54:34.372 INFO kablam! | Oct 10 17:54:34.372 INFO kablam! 1 | pub struct Line { Oct 10 17:54:34.372 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:54:34.372 INFO kablam! | Oct 10 17:54:34.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:54:34.372 INFO kablam! Oct 10 17:54:34.372 INFO kablam! warning: struct is never constructed: `Point` Oct 10 17:54:34.372 INFO kablam! --> src/linear_regression.rs:6:1 Oct 10 17:54:34.372 INFO kablam! | Oct 10 17:54:34.372 INFO kablam! 6 | pub struct Point { Oct 10 17:54:34.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:54:34.372 INFO kablam! Oct 10 17:54:34.372 INFO kablam! warning: method is never used: `learning_rate` Oct 10 17:54:34.372 INFO kablam! --> src/linear_regression.rs:33:5 Oct 10 17:54:34.372 INFO kablam! | Oct 10 17:54:34.372 INFO kablam! 33 | pub fn learning_rate(mut self, rate: f32) -> LinearRegression<'a> { Oct 10 17:54:34.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.372 INFO kablam! Oct 10 17:54:34.372 INFO kablam! warning: method is never used: `unbind` Oct 10 17:54:34.372 INFO kablam! --> src/program.rs:100:5 Oct 10 17:54:34.372 INFO kablam! | Oct 10 17:54:34.372 INFO kablam! 100 | pub fn unbind(&self) { Oct 10 17:54:34.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.372 INFO kablam! Oct 10 17:54:34.393 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:54:34.393 INFO kablam! --> src/main.rs:70:9 Oct 10 17:54:34.393 INFO kablam! | Oct 10 17:54:34.393 INFO kablam! 70 | window.make_current(); Oct 10 17:54:34.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.393 INFO kablam! | Oct 10 17:54:34.393 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:54:34.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:54:34.393 INFO kablam! Oct 10 17:54:34.393 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:54:34.393 INFO kablam! --> src/main.rs:154:9 Oct 10 17:54:34.393 INFO kablam! | Oct 10 17:54:34.393 INFO kablam! 154 | window.swap_buffers(); Oct 10 17:54:34.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:34.393 INFO kablam! | Oct 10 17:54:34.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:54:34.393 INFO kablam! Oct 10 17:54:38.877 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.95s Oct 10 17:54:38.900 INFO kablam! su: No module specific data is present Oct 10 17:54:39.564 INFO running `"docker" "rm" "-f" "e009e7952a9dd60c6765b62a5cba59ee6f64e1d32655bd643b121a5fdd102c65"` Oct 10 17:54:39.853 INFO blam! e009e7952a9dd60c6765b62a5cba59ee6f64e1d32655bd643b121a5fdd102c65 Oct 10 17:54:39.860 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:54:39.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:54:40.329 INFO blam! 590248ce4810699d31891c5517d2d99d42b2b9fa35dcc711da31fecf3881cef2 Oct 10 17:54:40.332 INFO running `"docker" "start" "-a" "590248ce4810699d31891c5517d2d99d42b2b9fa35dcc711da31fecf3881cef2"` Oct 10 17:54:41.760 INFO kablam! usermod: no changes Oct 10 17:54:41.936 INFO kablam! Compiling spectrum_learn_rs v0.1.0 (/source) Oct 10 17:54:43.613 INFO kablam! warning: unused imports: `GLboolean`, `GLfloat`, `GLsizeiptr` Oct 10 17:54:43.613 INFO kablam! --> src/program.rs:3:17 Oct 10 17:54:43.614 INFO kablam! | Oct 10 17:54:43.614 INFO kablam! 3 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 10 17:54:43.614 INFO kablam! | ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ Oct 10 17:54:43.615 INFO kablam! | Oct 10 17:54:43.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:54:43.615 INFO kablam! Oct 10 17:54:43.615 INFO kablam! warning: unused import: `std::mem` Oct 10 17:54:43.616 INFO kablam! --> src/program.rs:4:5 Oct 10 17:54:43.616 INFO kablam! | Oct 10 17:54:43.616 INFO kablam! 4 | use std::mem; Oct 10 17:54:43.617 INFO kablam! | ^^^^^^^^ Oct 10 17:54:43.617 INFO kablam! Oct 10 17:54:43.617 INFO kablam! warning: unused import: `std::error::Error` Oct 10 17:54:43.617 INFO kablam! --> src/program.rs:9:5 Oct 10 17:54:43.618 INFO kablam! | Oct 10 17:54:43.618 INFO kablam! 9 | use std::error::Error; Oct 10 17:54:43.618 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.619 INFO kablam! Oct 10 17:54:43.619 INFO kablam! warning: unused imports: `GLboolean`, `GLchar`, `GLenum`, `GLint`, `GLuint` Oct 10 17:54:43.619 INFO kablam! --> src/main.rs:11:26 Oct 10 17:54:43.620 INFO kablam! | Oct 10 17:54:43.620 INFO kablam! 11 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 10 17:54:43.620 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^ Oct 10 17:54:43.620 INFO kablam! Oct 10 17:54:43.621 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:43.621 INFO kablam! --> src/main.rs:49:5 Oct 10 17:54:43.621 INFO kablam! | Oct 10 17:54:43.621 INFO kablam! 49 | /// Setup the window Oct 10 17:54:43.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.622 INFO kablam! | Oct 10 17:54:43.622 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 17:54:43.623 INFO kablam! Oct 10 17:54:43.623 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:43.623 INFO kablam! --> src/main.rs:80:9 Oct 10 17:54:43.623 INFO kablam! | Oct 10 17:54:43.624 INFO kablam! 80 | /// Create a VBO and VAO for rendering the scatter plot Oct 10 17:54:43.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.624 INFO kablam! Oct 10 17:54:43.625 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:43.625 INFO kablam! --> src/main.rs:98:9 Oct 10 17:54:43.625 INFO kablam! | Oct 10 17:54:43.625 INFO kablam! 98 | /// Create a VBO and VAO for rendering the best-fit line Oct 10 17:54:43.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.626 INFO kablam! Oct 10 17:54:43.626 INFO kablam! warning: doc comment not used by rustdoc Oct 10 17:54:43.627 INFO kablam! --> src/main.rs:116:9 Oct 10 17:54:43.627 INFO kablam! | Oct 10 17:54:43.627 INFO kablam! 116 | /// Bind the shader program that will be used to draw the Oct 10 17:54:43.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.628 INFO kablam! Oct 10 17:54:43.709 INFO kablam! warning: unused variable: `window_size` Oct 10 17:54:43.709 INFO kablam! --> src/main.rs:53:9 Oct 10 17:54:43.709 INFO kablam! | Oct 10 17:54:43.710 INFO kablam! 53 | let window_size = window.get_inner_size(); Oct 10 17:54:43.710 INFO kablam! | ^^^^^^^^^^^ help: consider using `_window_size` instead Oct 10 17:54:43.710 INFO kablam! | Oct 10 17:54:43.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:54:43.711 INFO kablam! Oct 10 17:54:43.711 INFO kablam! warning: unused variable: `shader_program` Oct 10 17:54:43.712 INFO kablam! --> src/main.rs:67:13 Oct 10 17:54:43.712 INFO kablam! | Oct 10 17:54:43.712 INFO kablam! 67 | let mut shader_program = 0; Oct 10 17:54:43.712 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_shader_program` instead Oct 10 17:54:43.713 INFO kablam! Oct 10 17:54:43.725 INFO kablam! warning: variable does not need to be mutable Oct 10 17:54:43.725 INFO kablam! --> src/main.rs:67:9 Oct 10 17:54:43.725 INFO kablam! | Oct 10 17:54:43.726 INFO kablam! 67 | let mut shader_program = 0; Oct 10 17:54:43.726 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 17:54:43.726 INFO kablam! | | Oct 10 17:54:43.727 INFO kablam! | help: remove this `mut` Oct 10 17:54:43.727 INFO kablam! | Oct 10 17:54:43.727 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:54:43.727 INFO kablam! Oct 10 17:54:43.745 INFO kablam! warning: struct is never constructed: `Line` Oct 10 17:54:43.745 INFO kablam! --> src/linear_regression.rs:1:1 Oct 10 17:54:43.745 INFO kablam! | Oct 10 17:54:43.746 INFO kablam! 1 | pub struct Line { Oct 10 17:54:43.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:54:43.746 INFO kablam! | Oct 10 17:54:43.746 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:54:43.747 INFO kablam! Oct 10 17:54:43.747 INFO kablam! warning: struct is never constructed: `Point` Oct 10 17:54:43.747 INFO kablam! --> src/linear_regression.rs:6:1 Oct 10 17:54:43.747 INFO kablam! | Oct 10 17:54:43.748 INFO kablam! 6 | pub struct Point { Oct 10 17:54:43.748 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 17:54:43.748 INFO kablam! Oct 10 17:54:43.748 INFO kablam! warning: method is never used: `learning_rate` Oct 10 17:54:43.749 INFO kablam! --> src/linear_regression.rs:33:5 Oct 10 17:54:43.749 INFO kablam! | Oct 10 17:54:43.749 INFO kablam! 33 | pub fn learning_rate(mut self, rate: f32) -> LinearRegression<'a> { Oct 10 17:54:43.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.750 INFO kablam! Oct 10 17:54:43.750 INFO kablam! warning: method is never used: `unbind` Oct 10 17:54:43.750 INFO kablam! --> src/program.rs:100:5 Oct 10 17:54:43.750 INFO kablam! | Oct 10 17:54:43.751 INFO kablam! 100 | pub fn unbind(&self) { Oct 10 17:54:43.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.751 INFO kablam! Oct 10 17:54:43.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:54:43.764 INFO kablam! --> src/main.rs:70:9 Oct 10 17:54:43.764 INFO kablam! | Oct 10 17:54:43.764 INFO kablam! 70 | window.make_current(); Oct 10 17:54:43.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.764 INFO kablam! | Oct 10 17:54:43.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:54:43.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:54:43.764 INFO kablam! Oct 10 17:54:43.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:54:43.764 INFO kablam! --> src/main.rs:154:9 Oct 10 17:54:43.764 INFO kablam! | Oct 10 17:54:43.764 INFO kablam! 154 | window.swap_buffers(); Oct 10 17:54:43.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:54:43.764 INFO kablam! | Oct 10 17:54:43.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:54:43.764 INFO kablam! Oct 10 17:54:44.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 10 17:54:44.352 INFO kablam! su: No module specific data is present Oct 10 17:54:44.990 INFO running `"docker" "rm" "-f" "590248ce4810699d31891c5517d2d99d42b2b9fa35dcc711da31fecf3881cef2"` Oct 10 17:54:45.384 INFO blam! 590248ce4810699d31891c5517d2d99d42b2b9fa35dcc711da31fecf3881cef2 Oct 10 17:54:45.392 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:54:45.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:54:45.911 INFO blam! 068efef012a6724e2eb7bc0cc88276f6c55bbf7ba0799699c99fe37b25387e59 Oct 10 17:54:45.916 INFO running `"docker" "start" "-a" "068efef012a6724e2eb7bc0cc88276f6c55bbf7ba0799699c99fe37b25387e59"` Oct 10 17:54:47.082 INFO kablam! usermod: no changes Oct 10 17:54:47.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 10 17:54:47.272 INFO kablam! Running /target/debug/deps/spectrum_learn_rs-c2cb1d4cf45d7d32 Oct 10 17:54:47.276 INFO blam! Oct 10 17:54:47.276 INFO blam! running 0 tests Oct 10 17:54:47.276 INFO blam! Oct 10 17:54:47.276 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:54:47.276 INFO blam! Oct 10 17:54:47.279 INFO kablam! su: No module specific data is present Oct 10 17:54:48.356 INFO running `"docker" "rm" "-f" "068efef012a6724e2eb7bc0cc88276f6c55bbf7ba0799699c99fe37b25387e59"` Oct 10 17:54:48.752 INFO blam! 068efef012a6724e2eb7bc0cc88276f6c55bbf7ba0799699c99fe37b25387e59