Oct 13 06:09:06.089 INFO testing mwalczyk/spectrum_learn_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:09:06.089 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:09:06.467 INFO blam! c0741ae3d7a4fbc35b3f612b3219a1457914c1f18d9034f2be2ca70e2d662289 Oct 13 06:09:06.468 INFO running `"docker" "start" "-a" "c0741ae3d7a4fbc35b3f612b3219a1457914c1f18d9034f2be2ca70e2d662289"` Oct 13 06:09:07.404 INFO kablam! usermod: no changes Oct 13 06:09:07.613 INFO kablam! Compiling serde v0.9.12 Oct 13 06:09:07.619 INFO kablam! Compiling shared_library v0.1.5 Oct 13 06:09:07.629 INFO kablam! Compiling csv v0.15.0 Oct 13 06:09:07.643 INFO kablam! Compiling x11-dl v2.12.0 Oct 13 06:09:09.680 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 13 06:09:23.144 INFO kablam! Compiling serde_json v0.9.9 Oct 13 06:09:27.031 INFO kablam! Compiling target_build_utils v0.3.0 Oct 13 06:09:29.035 INFO kablam! Compiling libloading v0.3.4 Oct 13 06:09:31.595 INFO kablam! Compiling dlib v0.3.1 Oct 13 06:09:31.987 INFO kablam! Compiling wayland-sys v0.7.8 Oct 13 06:09:33.371 INFO kablam! Compiling wayland-client v0.7.8 Oct 13 06:09:35.542 INFO kablam! Compiling wayland-window v0.4.4 Oct 13 06:09:35.543 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 13 06:09:38.027 INFO kablam! Compiling winit v0.5.11 Oct 13 06:09:42.256 INFO kablam! Compiling glutin v0.7.4 Oct 13 06:09:45.181 INFO kablam! Compiling spectrum_learn_rs v0.1.0 (/source) Oct 13 06:09:45.887 INFO kablam! warning: unused imports: `GLboolean`, `GLfloat`, `GLsizeiptr` Oct 13 06:09:45.887 INFO kablam! --> src/program.rs:3:17 Oct 13 06:09:45.888 INFO kablam! | Oct 13 06:09:45.888 INFO kablam! 3 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 13 06:09:45.888 INFO kablam! | ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ Oct 13 06:09:45.889 INFO kablam! | Oct 13 06:09:45.889 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:09:45.889 INFO kablam! Oct 13 06:09:45.889 INFO kablam! warning: unused import: `std::mem` Oct 13 06:09:45.889 INFO kablam! --> src/program.rs:4:5 Oct 13 06:09:45.890 INFO kablam! | Oct 13 06:09:45.890 INFO kablam! 4 | use std::mem; Oct 13 06:09:45.890 INFO kablam! | ^^^^^^^^ Oct 13 06:09:45.890 INFO kablam! Oct 13 06:09:45.891 INFO kablam! warning: unused import: `std::error::Error` Oct 13 06:09:45.891 INFO kablam! --> src/program.rs:9:5 Oct 13 06:09:45.891 INFO kablam! | Oct 13 06:09:45.892 INFO kablam! 9 | use std::error::Error; Oct 13 06:09:45.892 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:09:45.892 INFO kablam! Oct 13 06:09:45.892 INFO kablam! warning: unused imports: `GLboolean`, `GLchar`, `GLenum`, `GLint`, `GLuint` Oct 13 06:09:45.893 INFO kablam! --> src/main.rs:11:26 Oct 13 06:09:45.893 INFO kablam! | Oct 13 06:09:45.893 INFO kablam! 11 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 13 06:09:45.894 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^ Oct 13 06:09:45.894 INFO kablam! Oct 13 06:09:45.894 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:45.894 INFO kablam! --> src/main.rs:49:5 Oct 13 06:09:45.895 INFO kablam! | Oct 13 06:09:45.895 INFO kablam! 49 | /// Setup the window Oct 13 06:09:45.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:45.895 INFO kablam! | Oct 13 06:09:45.896 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:09:45.896 INFO kablam! Oct 13 06:09:45.896 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:45.897 INFO kablam! --> src/main.rs:80:9 Oct 13 06:09:45.897 INFO kablam! | Oct 13 06:09:45.897 INFO kablam! 80 | /// Create a VBO and VAO for rendering the scatter plot Oct 13 06:09:45.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:45.898 INFO kablam! Oct 13 06:09:45.898 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:45.898 INFO kablam! --> src/main.rs:98:9 Oct 13 06:09:45.898 INFO kablam! | Oct 13 06:09:45.899 INFO kablam! 98 | /// Create a VBO and VAO for rendering the best-fit line Oct 13 06:09:45.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:45.899 INFO kablam! Oct 13 06:09:45.900 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:45.900 INFO kablam! --> src/main.rs:116:9 Oct 13 06:09:45.900 INFO kablam! | Oct 13 06:09:45.900 INFO kablam! 116 | /// Bind the shader program that will be used to draw the Oct 13 06:09:45.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:45.901 INFO kablam! Oct 13 06:09:46.007 INFO kablam! warning: unused variable: `window_size` Oct 13 06:09:46.007 INFO kablam! --> src/main.rs:53:9 Oct 13 06:09:46.008 INFO kablam! | Oct 13 06:09:46.008 INFO kablam! 53 | let window_size = window.get_inner_size(); Oct 13 06:09:46.008 INFO kablam! | ^^^^^^^^^^^ help: consider using `_window_size` instead Oct 13 06:09:46.008 INFO kablam! | Oct 13 06:09:46.009 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:09:46.009 INFO kablam! Oct 13 06:09:46.009 INFO kablam! warning: unused variable: `shader_program` Oct 13 06:09:46.009 INFO kablam! --> src/main.rs:67:13 Oct 13 06:09:46.009 INFO kablam! | Oct 13 06:09:46.010 INFO kablam! 67 | let mut shader_program = 0; Oct 13 06:09:46.010 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_shader_program` instead Oct 13 06:09:46.010 INFO kablam! Oct 13 06:09:46.010 INFO kablam! warning: variable does not need to be mutable Oct 13 06:09:46.011 INFO kablam! --> src/main.rs:67:9 Oct 13 06:09:46.011 INFO kablam! | Oct 13 06:09:46.011 INFO kablam! 67 | let mut shader_program = 0; Oct 13 06:09:46.012 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 06:09:46.012 INFO kablam! | | Oct 13 06:09:46.012 INFO kablam! | help: remove this `mut` Oct 13 06:09:46.012 INFO kablam! | Oct 13 06:09:46.013 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:09:46.013 INFO kablam! Oct 13 06:09:46.019 INFO kablam! warning: struct is never constructed: `Line` Oct 13 06:09:46.019 INFO kablam! --> src/linear_regression.rs:1:1 Oct 13 06:09:46.019 INFO kablam! | Oct 13 06:09:46.020 INFO kablam! 1 | pub struct Line { Oct 13 06:09:46.020 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:09:46.020 INFO kablam! | Oct 13 06:09:46.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:09:46.021 INFO kablam! Oct 13 06:09:46.021 INFO kablam! warning: struct is never constructed: `Point` Oct 13 06:09:46.021 INFO kablam! --> src/linear_regression.rs:6:1 Oct 13 06:09:46.022 INFO kablam! | Oct 13 06:09:46.022 INFO kablam! 6 | pub struct Point { Oct 13 06:09:46.022 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:09:46.022 INFO kablam! Oct 13 06:09:46.023 INFO kablam! warning: method is never used: `learning_rate` Oct 13 06:09:46.023 INFO kablam! --> src/linear_regression.rs:33:5 Oct 13 06:09:46.023 INFO kablam! | Oct 13 06:09:46.024 INFO kablam! 33 | pub fn learning_rate(mut self, rate: f32) -> LinearRegression<'a> { Oct 13 06:09:46.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:46.024 INFO kablam! Oct 13 06:09:46.024 INFO kablam! warning: method is never used: `unbind` Oct 13 06:09:46.025 INFO kablam! --> src/program.rs:100:5 Oct 13 06:09:46.025 INFO kablam! | Oct 13 06:09:46.025 INFO kablam! 100 | pub fn unbind(&self) { Oct 13 06:09:46.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:46.026 INFO kablam! Oct 13 06:09:46.047 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:09:46.047 INFO kablam! --> src/main.rs:70:9 Oct 13 06:09:46.048 INFO kablam! | Oct 13 06:09:46.048 INFO kablam! 70 | window.make_current(); Oct 13 06:09:46.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:46.049 INFO kablam! | Oct 13 06:09:46.049 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:09:46.049 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:09:46.050 INFO kablam! Oct 13 06:09:46.050 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:09:46.050 INFO kablam! --> src/main.rs:154:9 Oct 13 06:09:46.051 INFO kablam! | Oct 13 06:09:46.051 INFO kablam! 154 | window.swap_buffers(); Oct 13 06:09:46.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:46.052 INFO kablam! | Oct 13 06:09:46.052 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:09:46.052 INFO kablam! Oct 13 06:09:50.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.69s Oct 13 06:09:50.126 INFO kablam! su: No module specific data is present Oct 13 06:09:50.844 INFO running `"docker" "rm" "-f" "c0741ae3d7a4fbc35b3f612b3219a1457914c1f18d9034f2be2ca70e2d662289"` Oct 13 06:09:51.214 INFO blam! c0741ae3d7a4fbc35b3f612b3219a1457914c1f18d9034f2be2ca70e2d662289 Oct 13 06:09:51.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:09:51.685 INFO blam! a97e2601772f5cdf5070fdc554e715175ebe986a9115a9d1dfc1c4facb170251 Oct 13 06:09:51.689 INFO running `"docker" "start" "-a" "a97e2601772f5cdf5070fdc554e715175ebe986a9115a9d1dfc1c4facb170251"` Oct 13 06:09:52.718 INFO kablam! usermod: no changes Oct 13 06:09:52.883 INFO kablam! Compiling spectrum_learn_rs v0.1.0 (/source) Oct 13 06:09:53.535 INFO kablam! warning: unused imports: `GLboolean`, `GLfloat`, `GLsizeiptr` Oct 13 06:09:53.535 INFO kablam! --> src/program.rs:3:17 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 3 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: unused import: `std::mem` Oct 13 06:09:53.535 INFO kablam! --> src/program.rs:4:5 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 4 | use std::mem; Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: unused import: `std::error::Error` Oct 13 06:09:53.535 INFO kablam! --> src/program.rs:9:5 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 9 | use std::error::Error; Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: unused imports: `GLboolean`, `GLchar`, `GLenum`, `GLint`, `GLuint` Oct 13 06:09:53.535 INFO kablam! --> src/main.rs:11:26 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 11 | use gl::types::{GLfloat, GLenum, GLuint, GLint, GLchar, GLsizeiptr, GLboolean}; Oct 13 06:09:53.535 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:53.535 INFO kablam! --> src/main.rs:49:5 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 49 | /// Setup the window Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:53.535 INFO kablam! --> src/main.rs:80:9 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 80 | /// Create a VBO and VAO for rendering the scatter plot Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:53.535 INFO kablam! --> src/main.rs:98:9 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 98 | /// Create a VBO and VAO for rendering the best-fit line Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.535 INFO kablam! warning: doc comment not used by rustdoc Oct 13 06:09:53.535 INFO kablam! --> src/main.rs:116:9 Oct 13 06:09:53.535 INFO kablam! | Oct 13 06:09:53.535 INFO kablam! 116 | /// Bind the shader program that will be used to draw the Oct 13 06:09:53.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.535 INFO kablam! Oct 13 06:09:53.619 INFO kablam! warning: unused variable: `window_size` Oct 13 06:09:53.619 INFO kablam! --> src/main.rs:53:9 Oct 13 06:09:53.619 INFO kablam! | Oct 13 06:09:53.619 INFO kablam! 53 | let window_size = window.get_inner_size(); Oct 13 06:09:53.619 INFO kablam! | ^^^^^^^^^^^ help: consider using `_window_size` instead Oct 13 06:09:53.619 INFO kablam! | Oct 13 06:09:53.619 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:09:53.619 INFO kablam! Oct 13 06:09:53.619 INFO kablam! warning: unused variable: `shader_program` Oct 13 06:09:53.619 INFO kablam! --> src/main.rs:67:13 Oct 13 06:09:53.619 INFO kablam! | Oct 13 06:09:53.619 INFO kablam! 67 | let mut shader_program = 0; Oct 13 06:09:53.619 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_shader_program` instead Oct 13 06:09:53.619 INFO kablam! Oct 13 06:09:53.635 INFO kablam! warning: variable does not need to be mutable Oct 13 06:09:53.635 INFO kablam! --> src/main.rs:67:9 Oct 13 06:09:53.635 INFO kablam! | Oct 13 06:09:53.635 INFO kablam! 67 | let mut shader_program = 0; Oct 13 06:09:53.635 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 06:09:53.635 INFO kablam! | | Oct 13 06:09:53.635 INFO kablam! | help: remove this `mut` Oct 13 06:09:53.635 INFO kablam! | Oct 13 06:09:53.635 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:09:53.635 INFO kablam! Oct 13 06:09:53.639 INFO kablam! warning: struct is never constructed: `Line` Oct 13 06:09:53.639 INFO kablam! --> src/linear_regression.rs:1:1 Oct 13 06:09:53.639 INFO kablam! | Oct 13 06:09:53.639 INFO kablam! 1 | pub struct Line { Oct 13 06:09:53.639 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:09:53.639 INFO kablam! | Oct 13 06:09:53.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:09:53.639 INFO kablam! Oct 13 06:09:53.639 INFO kablam! warning: struct is never constructed: `Point` Oct 13 06:09:53.639 INFO kablam! --> src/linear_regression.rs:6:1 Oct 13 06:09:53.639 INFO kablam! | Oct 13 06:09:53.639 INFO kablam! 6 | pub struct Point { Oct 13 06:09:53.639 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:09:53.639 INFO kablam! Oct 13 06:09:53.639 INFO kablam! warning: method is never used: `learning_rate` Oct 13 06:09:53.639 INFO kablam! --> src/linear_regression.rs:33:5 Oct 13 06:09:53.639 INFO kablam! | Oct 13 06:09:53.639 INFO kablam! 33 | pub fn learning_rate(mut self, rate: f32) -> LinearRegression<'a> { Oct 13 06:09:53.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.639 INFO kablam! Oct 13 06:09:53.651 INFO kablam! warning: method is never used: `unbind` Oct 13 06:09:53.651 INFO kablam! --> src/program.rs:100:5 Oct 13 06:09:53.651 INFO kablam! | Oct 13 06:09:53.651 INFO kablam! 100 | pub fn unbind(&self) { Oct 13 06:09:53.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.651 INFO kablam! Oct 13 06:09:53.664 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:09:53.664 INFO kablam! --> src/main.rs:70:9 Oct 13 06:09:53.664 INFO kablam! | Oct 13 06:09:53.664 INFO kablam! 70 | window.make_current(); Oct 13 06:09:53.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.664 INFO kablam! | Oct 13 06:09:53.664 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:09:53.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:09:53.664 INFO kablam! Oct 13 06:09:53.664 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:09:53.664 INFO kablam! --> src/main.rs:154:9 Oct 13 06:09:53.664 INFO kablam! | Oct 13 06:09:53.664 INFO kablam! 154 | window.swap_buffers(); Oct 13 06:09:53.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:09:53.664 INFO kablam! | Oct 13 06:09:53.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:09:53.664 INFO kablam! Oct 13 06:09:54.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 13 06:09:54.143 INFO kablam! su: No module specific data is present Oct 13 06:09:54.725 INFO running `"docker" "rm" "-f" "a97e2601772f5cdf5070fdc554e715175ebe986a9115a9d1dfc1c4facb170251"` Oct 13 06:09:54.959 INFO blam! a97e2601772f5cdf5070fdc554e715175ebe986a9115a9d1dfc1c4facb170251 Oct 13 06:09:54.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:09:55.459 INFO blam! 071e482619e43acd505f7f3669613df697d6033378c8b3b87238ec91b7bdb528 Oct 13 06:09:55.465 INFO running `"docker" "start" "-a" "071e482619e43acd505f7f3669613df697d6033378c8b3b87238ec91b7bdb528"` Oct 13 06:09:56.788 INFO kablam! usermod: no changes Oct 13 06:09:56.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 13 06:09:56.955 INFO blam! Oct 13 06:09:56.955 INFO blam! running 0 tests Oct 13 06:09:56.955 INFO blam! Oct 13 06:09:56.955 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:09:56.955 INFO blam! Oct 13 06:09:56.955 INFO kablam! Running /target/debug/deps/spectrum_learn_rs-c2cb1d4cf45d7d32 Oct 13 06:09:56.955 INFO kablam! su: No module specific data is present Oct 13 06:09:57.609 INFO running `"docker" "rm" "-f" "071e482619e43acd505f7f3669613df697d6033378c8b3b87238ec91b7bdb528"` Oct 13 06:09:57.895 INFO blam! 071e482619e43acd505f7f3669613df697d6033378c8b3b87238ec91b7bdb528