Oct 12 18:43:00.134 INFO testing wmww/Rust-on-Android-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:43:00.134 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 12 18:43:00.635 INFO blam! 7696bc318dfaa2cc831f878705ef71a63238b54f2c59454716b988a0a6c35bf2 Oct 12 18:43:00.643 INFO running `"docker" "start" "-a" "7696bc318dfaa2cc831f878705ef71a63238b54f2c59454716b988a0a6c35bf2"` Oct 12 18:43:02.198 INFO kablam! usermod: no changes Oct 12 18:43:02.423 INFO kablam! Compiling bitflags v1.0.3 Oct 12 18:43:02.426 INFO kablam! Compiling downcast-rs v1.0.3 Oct 12 18:43:02.426 INFO kablam! Compiling khronos_api v2.2.0 Oct 12 18:43:02.426 INFO kablam! Compiling pkg-config v0.3.11 Oct 12 18:43:02.426 INFO kablam! Compiling remove_dir_all v0.5.1 Oct 12 18:43:02.426 INFO kablam! Compiling linked-hash-map v0.5.1 Oct 12 18:43:02.426 INFO kablam! Compiling approx v0.1.1 Oct 12 18:43:02.426 INFO kablam! Compiling libloading v0.5.0 Oct 12 18:43:03.207 INFO kablam! Compiling log v0.4.1 Oct 12 18:43:03.347 INFO kablam! Compiling rand v0.4.2 Oct 12 18:43:03.519 INFO kablam! Compiling memmap v0.6.2 Oct 12 18:43:04.827 INFO kablam! Compiling shared_library v0.1.8 Oct 12 18:43:06.951 INFO kablam! Compiling stb_truetype v0.2.2 Oct 12 18:43:07.063 INFO kablam! Compiling unreachable v0.1.1 Oct 12 18:43:07.203 INFO kablam! Compiling arrayvec v0.4.7 Oct 12 18:43:10.165 INFO kablam! Compiling xml-rs v0.7.0 Oct 12 18:43:10.422 INFO kablam! Compiling num-traits v0.2.4 Oct 12 18:43:10.464 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 18:43:13.611 INFO kablam! Compiling x11-dl v2.17.5 Oct 12 18:43:13.912 INFO kablam! Compiling dlib v0.4.1 Oct 12 18:43:14.655 INFO kablam! Compiling wayland-sys v0.20.8 Oct 12 18:43:16.955 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 12 18:43:16.955 INFO kablam! Compiling tempfile v3.0.2 Oct 12 18:43:23.795 INFO kablam! Compiling wayland-commons v0.20.8 Oct 12 18:43:23.807 INFO kablam! Compiling parking_lot v0.5.5 Oct 12 18:43:23.983 INFO kablam! Compiling num-traits v0.1.43 Oct 12 18:43:24.175 INFO kablam! Compiling wayland-scanner v0.20.8 Oct 12 18:43:24.175 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 18:43:24.707 INFO kablam! Compiling ordered-float v0.5.0 Oct 12 18:43:26.431 INFO kablam! Compiling rusttype v0.5.2 Oct 12 18:43:30.055 INFO kablam! Compiling wayland-client v0.20.8 Oct 12 18:43:30.058 INFO kablam! Compiling wayland-protocols v0.20.8 Oct 12 18:43:35.799 INFO kablam! Compiling glutin v0.16.0 Oct 12 18:43:35.931 INFO kablam! Compiling gl v0.10.0 Oct 12 18:44:01.739 INFO kablam! Compiling smithay-client-toolkit v0.2.1 Oct 12 18:44:06.747 INFO kablam! Compiling winit v0.15.0 Oct 12 18:44:17.587 INFO kablam! Compiling android_rust_test v0.1.0 (/source) Oct 12 18:44:17.903 INFO kablam! warning: unused import: `Font` Oct 12 18:44:17.903 INFO kablam! --> src/text.rs:7:31 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 7 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 12 18:44:17.904 INFO kablam! | ^^^^ Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:44:17.904 INFO kablam! Oct 12 18:44:17.904 INFO kablam! warning: unused import: `std` Oct 12 18:44:17.904 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 138 | use std; Oct 12 18:44:17.904 INFO kablam! | ^^^ Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! ::: src/text.rs:345:1 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 345 | / attribs!(pub struct Vertex { Oct 12 18:44:17.904 INFO kablam! 346 | | pub position: Vec2, Oct 12 18:44:17.904 INFO kablam! 347 | | pub tex_coords: Vec2, Oct 12 18:44:17.904 INFO kablam! 348 | | }); Oct 12 18:44:17.904 INFO kablam! | |___- in this macro invocation Oct 12 18:44:17.904 INFO kablam! Oct 12 18:44:17.904 INFO kablam! warning: unused import: `rusttype::gpu_cache::CacheBuilder` Oct 12 18:44:17.904 INFO kablam! --> src/main.rs:11:5 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 11 | use rusttype::gpu_cache::CacheBuilder; Oct 12 18:44:17.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:44:17.904 INFO kablam! Oct 12 18:44:17.904 INFO kablam! warning: unused imports: `Font`, `Rect`, `vector` Oct 12 18:44:17.904 INFO kablam! --> src/main.rs:12:23 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 12 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 12 18:44:17.904 INFO kablam! | ^^^^^^ ^^^^ ^^^^ Oct 12 18:44:17.904 INFO kablam! Oct 12 18:44:17.904 INFO kablam! warning: unused import: `std::mem` Oct 12 18:44:17.904 INFO kablam! --> src/main.rs:14:5 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 14 | use std::mem; Oct 12 18:44:17.904 INFO kablam! | ^^^^^^^^ Oct 12 18:44:17.904 INFO kablam! Oct 12 18:44:17.904 INFO kablam! warning: unused import: `std::ptr` Oct 12 18:44:17.904 INFO kablam! --> src/main.rs:15:5 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 15 | use std::ptr; Oct 12 18:44:17.904 INFO kablam! | ^^^^^^^^ Oct 12 18:44:17.904 INFO kablam! Oct 12 18:44:17.904 INFO kablam! warning: unused import: `std` Oct 12 18:44:17.904 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 138 | use std; Oct 12 18:44:17.904 INFO kablam! | ^^^ Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! ::: src/main.rs:149:5 Oct 12 18:44:17.904 INFO kablam! | Oct 12 18:44:17.904 INFO kablam! 149 | / attribs!(pub struct Vertex { Oct 12 18:44:17.904 INFO kablam! 150 | | pub position: Vec2, Oct 12 18:44:17.912 INFO kablam! 151 | | pub tex_coords: Vec2, Oct 12 18:44:17.912 INFO kablam! 152 | | pub color: Vec4, Oct 12 18:44:17.912 INFO kablam! 153 | | }); Oct 12 18:44:17.912 INFO kablam! | |_______- in this macro invocation Oct 12 18:44:17.912 INFO kablam! Oct 12 18:44:18.225 INFO kablam! warning: unused import: `gl_basic::types::GlType` Oct 12 18:44:18.225 INFO kablam! --> src/gl_basic/object.rs:9:5 Oct 12 18:44:18.225 INFO kablam! | Oct 12 18:44:18.225 INFO kablam! 9 | use gl_basic::types::GlType; Oct 12 18:44:18.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:44:18.225 INFO kablam! Oct 12 18:44:18.303 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:18.304 INFO kablam! --> src/main.rs:116:9 Oct 12 18:44:18.304 INFO kablam! | Oct 12 18:44:18.304 INFO kablam! 116 | let mut texture = match gl_basic::Texture::new() { Oct 12 18:44:18.305 INFO kablam! | ----^^^^^^^ Oct 12 18:44:18.305 INFO kablam! | | Oct 12 18:44:18.305 INFO kablam! | help: remove this `mut` Oct 12 18:44:18.306 INFO kablam! | Oct 12 18:44:18.306 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:44:18.306 INFO kablam! Oct 12 18:44:18.335 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:18.336 INFO kablam! --> src/text.rs:22:13 Oct 12 18:44:18.336 INFO kablam! | Oct 12 18:44:18.336 INFO kablam! 22 | let mut texture = match gl_basic::Texture::new() { Oct 12 18:44:18.337 INFO kablam! | ----^^^^^^^ Oct 12 18:44:18.337 INFO kablam! | | Oct 12 18:44:18.337 INFO kablam! | help: remove this `mut` Oct 12 18:44:18.338 INFO kablam! Oct 12 18:44:18.338 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:18.338 INFO kablam! --> src/text.rs:38:13 Oct 12 18:44:18.339 INFO kablam! | Oct 12 18:44:18.339 INFO kablam! 38 | let mut cache = rusttype::gpu_cache::CacheBuilder { Oct 12 18:44:18.339 INFO kablam! | ----^^^^^ Oct 12 18:44:18.340 INFO kablam! | | Oct 12 18:44:18.340 INFO kablam! | help: remove this `mut` Oct 12 18:44:18.340 INFO kablam! Oct 12 18:44:18.387 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:18.388 INFO kablam! --> src/text.rs:164:13 Oct 12 18:44:18.388 INFO kablam! | Oct 12 18:44:18.388 INFO kablam! 164 | let mut object = match Vertex::new_object(program) { Oct 12 18:44:18.388 INFO kablam! | ----^^^^^^ Oct 12 18:44:18.389 INFO kablam! | | Oct 12 18:44:18.389 INFO kablam! | help: remove this `mut` Oct 12 18:44:18.389 INFO kablam! Oct 12 18:44:18.389 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:18.390 INFO kablam! --> src/text.rs:169:13 Oct 12 18:44:18.390 INFO kablam! | Oct 12 18:44:18.390 INFO kablam! 169 | let mut cache = match GlGlyphCache::new() { Oct 12 18:44:18.391 INFO kablam! | ----^^^^^ Oct 12 18:44:18.391 INFO kablam! | | Oct 12 18:44:18.391 INFO kablam! | help: remove this `mut` Oct 12 18:44:18.391 INFO kablam! Oct 12 18:44:18.406 INFO kablam! warning: struct is never constructed: `Vec3` Oct 12 18:44:18.406 INFO kablam! --> src/gl_basic/types.rs:14:1 Oct 12 18:44:18.406 INFO kablam! | Oct 12 18:44:18.406 INFO kablam! 14 | pub struct Vec3 { Oct 12 18:44:18.406 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:44:18.406 INFO kablam! | Oct 12 18:44:18.406 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:44:18.406 INFO kablam! Oct 12 18:44:25.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 12 18:44:25.414 INFO kablam! su: No module specific data is present Oct 12 18:44:26.356 INFO running `"docker" "rm" "-f" "7696bc318dfaa2cc831f878705ef71a63238b54f2c59454716b988a0a6c35bf2"` Oct 12 18:44:26.656 INFO blam! 7696bc318dfaa2cc831f878705ef71a63238b54f2c59454716b988a0a6c35bf2 Oct 12 18:44:26.671 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 12 18:44:27.047 INFO blam! bdee64725663a4faa0f3b804b0ed45d5f750a73fb4645fe895ce33a16becfa74 Oct 12 18:44:27.051 INFO running `"docker" "start" "-a" "bdee64725663a4faa0f3b804b0ed45d5f750a73fb4645fe895ce33a16becfa74"` Oct 12 18:44:28.273 INFO kablam! usermod: no changes Oct 12 18:44:28.459 INFO kablam! Compiling android_rust_test v0.1.0 (/source) Oct 12 18:44:28.895 INFO kablam! warning: unused import: `Font` Oct 12 18:44:28.895 INFO kablam! --> src/text.rs:7:31 Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! 7 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 12 18:44:28.895 INFO kablam! | ^^^^ Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:44:28.895 INFO kablam! Oct 12 18:44:28.895 INFO kablam! warning: unused import: `std` Oct 12 18:44:28.895 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! 138 | use std; Oct 12 18:44:28.895 INFO kablam! | ^^^ Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! ::: src/text.rs:345:1 Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! 345 | / attribs!(pub struct Vertex { Oct 12 18:44:28.895 INFO kablam! 346 | | pub position: Vec2, Oct 12 18:44:28.895 INFO kablam! 347 | | pub tex_coords: Vec2, Oct 12 18:44:28.895 INFO kablam! 348 | | }); Oct 12 18:44:28.895 INFO kablam! | |___- in this macro invocation Oct 12 18:44:28.895 INFO kablam! Oct 12 18:44:28.895 INFO kablam! warning: unused import: `rusttype::gpu_cache::CacheBuilder` Oct 12 18:44:28.895 INFO kablam! --> src/main.rs:11:5 Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! 11 | use rusttype::gpu_cache::CacheBuilder; Oct 12 18:44:28.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:44:28.895 INFO kablam! Oct 12 18:44:28.895 INFO kablam! warning: unused imports: `Font`, `Rect`, `vector` Oct 12 18:44:28.895 INFO kablam! --> src/main.rs:12:23 Oct 12 18:44:28.895 INFO kablam! | Oct 12 18:44:28.895 INFO kablam! 12 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 12 18:44:28.895 INFO kablam! | ^^^^^^ ^^^^ ^^^^ Oct 12 18:44:28.895 INFO kablam! Oct 12 18:44:28.895 INFO kablam! warning: unused import: `std::mem` Oct 12 18:44:28.895 INFO kablam! --> src/main.rs:14:5 Oct 12 18:44:28.896 INFO kablam! | Oct 12 18:44:28.896 INFO kablam! 14 | use std::mem; Oct 12 18:44:28.896 INFO kablam! | ^^^^^^^^ Oct 12 18:44:28.896 INFO kablam! Oct 12 18:44:28.896 INFO kablam! warning: unused import: `std::ptr` Oct 12 18:44:28.896 INFO kablam! --> src/main.rs:15:5 Oct 12 18:44:28.896 INFO kablam! | Oct 12 18:44:28.896 INFO kablam! 15 | use std::ptr; Oct 12 18:44:28.896 INFO kablam! | ^^^^^^^^ Oct 12 18:44:28.896 INFO kablam! Oct 12 18:44:28.896 INFO kablam! warning: unused import: `std` Oct 12 18:44:28.896 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 12 18:44:28.896 INFO kablam! | Oct 12 18:44:28.896 INFO kablam! 138 | use std; Oct 12 18:44:28.896 INFO kablam! | ^^^ Oct 12 18:44:28.896 INFO kablam! | Oct 12 18:44:28.896 INFO kablam! ::: src/main.rs:149:5 Oct 12 18:44:28.896 INFO kablam! | Oct 12 18:44:28.896 INFO kablam! 149 | / attribs!(pub struct Vertex { Oct 12 18:44:28.896 INFO kablam! 150 | | pub position: Vec2, Oct 12 18:44:28.896 INFO kablam! 151 | | pub tex_coords: Vec2, Oct 12 18:44:28.896 INFO kablam! 152 | | pub color: Vec4, Oct 12 18:44:28.896 INFO kablam! 153 | | }); Oct 12 18:44:28.896 INFO kablam! | |_______- in this macro invocation Oct 12 18:44:28.896 INFO kablam! Oct 12 18:44:29.187 INFO kablam! warning: unused import: `gl_basic::types::GlType` Oct 12 18:44:29.187 INFO kablam! --> src/gl_basic/object.rs:9:5 Oct 12 18:44:29.187 INFO kablam! | Oct 12 18:44:29.187 INFO kablam! 9 | use gl_basic::types::GlType; Oct 12 18:44:29.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:44:29.187 INFO kablam! Oct 12 18:44:29.251 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:29.251 INFO kablam! --> src/main.rs:116:9 Oct 12 18:44:29.251 INFO kablam! | Oct 12 18:44:29.251 INFO kablam! 116 | let mut texture = match gl_basic::Texture::new() { Oct 12 18:44:29.251 INFO kablam! | ----^^^^^^^ Oct 12 18:44:29.251 INFO kablam! | | Oct 12 18:44:29.251 INFO kablam! | help: remove this `mut` Oct 12 18:44:29.251 INFO kablam! | Oct 12 18:44:29.251 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:44:29.251 INFO kablam! Oct 12 18:44:29.267 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:29.267 INFO kablam! --> src/text.rs:22:13 Oct 12 18:44:29.267 INFO kablam! | Oct 12 18:44:29.267 INFO kablam! 22 | let mut texture = match gl_basic::Texture::new() { Oct 12 18:44:29.267 INFO kablam! | ----^^^^^^^ Oct 12 18:44:29.267 INFO kablam! | | Oct 12 18:44:29.267 INFO kablam! | help: remove this `mut` Oct 12 18:44:29.267 INFO kablam! Oct 12 18:44:29.267 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:29.267 INFO kablam! --> src/text.rs:38:13 Oct 12 18:44:29.267 INFO kablam! | Oct 12 18:44:29.267 INFO kablam! 38 | let mut cache = rusttype::gpu_cache::CacheBuilder { Oct 12 18:44:29.267 INFO kablam! | ----^^^^^ Oct 12 18:44:29.267 INFO kablam! | | Oct 12 18:44:29.267 INFO kablam! | help: remove this `mut` Oct 12 18:44:29.267 INFO kablam! Oct 12 18:44:29.291 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:29.291 INFO kablam! --> src/text.rs:164:13 Oct 12 18:44:29.291 INFO kablam! | Oct 12 18:44:29.291 INFO kablam! 164 | let mut object = match Vertex::new_object(program) { Oct 12 18:44:29.291 INFO kablam! | ----^^^^^^ Oct 12 18:44:29.291 INFO kablam! | | Oct 12 18:44:29.291 INFO kablam! | help: remove this `mut` Oct 12 18:44:29.291 INFO kablam! Oct 12 18:44:29.291 INFO kablam! warning: variable does not need to be mutable Oct 12 18:44:29.291 INFO kablam! --> src/text.rs:169:13 Oct 12 18:44:29.291 INFO kablam! | Oct 12 18:44:29.291 INFO kablam! 169 | let mut cache = match GlGlyphCache::new() { Oct 12 18:44:29.291 INFO kablam! | ----^^^^^ Oct 12 18:44:29.291 INFO kablam! | | Oct 12 18:44:29.291 INFO kablam! | help: remove this `mut` Oct 12 18:44:29.291 INFO kablam! Oct 12 18:44:29.299 INFO kablam! warning: struct is never constructed: `Vec3` Oct 12 18:44:29.299 INFO kablam! --> src/gl_basic/types.rs:14:1 Oct 12 18:44:29.299 INFO kablam! | Oct 12 18:44:29.299 INFO kablam! 14 | pub struct Vec3 { Oct 12 18:44:29.299 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 18:44:29.299 INFO kablam! | Oct 12 18:44:29.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:44:29.299 INFO kablam! Oct 12 18:44:29.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.56s Oct 12 18:44:29.878 INFO kablam! su: No module specific data is present Oct 12 18:44:30.780 INFO running `"docker" "rm" "-f" "bdee64725663a4faa0f3b804b0ed45d5f750a73fb4645fe895ce33a16becfa74"` Oct 12 18:44:31.063 INFO blam! bdee64725663a4faa0f3b804b0ed45d5f750a73fb4645fe895ce33a16becfa74 Oct 12 18:44:31.072 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 12 18:44:31.543 INFO blam! 122f7073cd7e792113cdb8a784d4f916b018bdb9d281c3c089aa58731f7b7cd4 Oct 12 18:44:31.555 INFO running `"docker" "start" "-a" "122f7073cd7e792113cdb8a784d4f916b018bdb9d281c3c089aa58731f7b7cd4"` Oct 12 18:44:32.948 INFO kablam! usermod: no changes Oct 12 18:44:33.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 12 18:44:33.188 INFO kablam! Running /target/debug/deps/android_rust_test-3ea40c3cb08310f1 Oct 12 18:44:33.194 INFO blam! Oct 12 18:44:33.194 INFO blam! running 0 tests Oct 12 18:44:33.194 INFO blam! Oct 12 18:44:33.194 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:44:33.194 INFO blam! Oct 12 18:44:33.199 INFO kablam! su: No module specific data is present Oct 12 18:44:34.537 INFO running `"docker" "rm" "-f" "122f7073cd7e792113cdb8a784d4f916b018bdb9d281c3c089aa58731f7b7cd4"` Oct 12 18:44:34.907 INFO blam! 122f7073cd7e792113cdb8a784d4f916b018bdb9d281c3c089aa58731f7b7cd4