Oct 10 12:14:29.285 INFO testing wmww/Rust-on-Android-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:14:29.285 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:14:29.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:14:29.714 INFO blam! 39bfa11a8fb109bafada65d3153b00e224e8220f0eb5ea0785bf3e1672433cf8 Oct 10 12:14:29.725 INFO running `"docker" "start" "-a" "39bfa11a8fb109bafada65d3153b00e224e8220f0eb5ea0785bf3e1672433cf8"` Oct 10 12:14:30.818 INFO kablam! usermod: no changes Oct 10 12:14:31.072 INFO kablam! Compiling x11-dl v2.17.5 Oct 10 12:14:31.072 INFO kablam! Compiling wayland-scanner v0.20.8 Oct 10 12:14:31.076 INFO kablam! Compiling parking_lot v0.5.5 Oct 10 12:14:31.077 INFO kablam! Compiling gl v0.10.0 Oct 10 12:14:31.077 INFO kablam! Compiling glutin v0.16.0 Oct 10 12:14:31.077 INFO kablam! Compiling ordered-float v0.5.0 Oct 10 12:14:31.077 INFO kablam! Compiling wayland-sys v0.20.8 Oct 10 12:14:33.702 INFO kablam! Compiling rusttype v0.5.2 Oct 10 12:14:36.112 INFO kablam! Compiling wayland-commons v0.20.8 Oct 10 12:14:37.384 INFO kablam! Compiling wayland-client v0.20.8 Oct 10 12:14:37.384 INFO kablam! Compiling wayland-protocols v0.20.8 Oct 10 12:14:55.527 INFO kablam! Compiling smithay-client-toolkit v0.2.1 Oct 10 12:14:59.775 INFO kablam! Compiling winit v0.15.0 Oct 10 12:15:11.082 INFO kablam! Compiling android_rust_test v0.1.0 (/source) Oct 10 12:15:12.764 INFO kablam! warning: unused import: `Font` Oct 10 12:15:12.764 INFO kablam! --> src/text.rs:7:31 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 7 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 10 12:15:12.764 INFO kablam! | ^^^^ Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:15:12.764 INFO kablam! Oct 10 12:15:12.764 INFO kablam! warning: unused import: `std` Oct 10 12:15:12.764 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 138 | use std; Oct 10 12:15:12.764 INFO kablam! | ^^^ Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! ::: src/text.rs:345:1 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 345 | / attribs!(pub struct Vertex { Oct 10 12:15:12.764 INFO kablam! 346 | | pub position: Vec2, Oct 10 12:15:12.764 INFO kablam! 347 | | pub tex_coords: Vec2, Oct 10 12:15:12.764 INFO kablam! 348 | | }); Oct 10 12:15:12.764 INFO kablam! | |___- in this macro invocation Oct 10 12:15:12.764 INFO kablam! Oct 10 12:15:12.764 INFO kablam! warning: unused import: `rusttype::gpu_cache::CacheBuilder` Oct 10 12:15:12.764 INFO kablam! --> src/main.rs:11:5 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 11 | use rusttype::gpu_cache::CacheBuilder; Oct 10 12:15:12.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:12.764 INFO kablam! Oct 10 12:15:12.764 INFO kablam! warning: unused imports: `Font`, `Rect`, `vector` Oct 10 12:15:12.764 INFO kablam! --> src/main.rs:12:23 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 12 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 10 12:15:12.764 INFO kablam! | ^^^^^^ ^^^^ ^^^^ Oct 10 12:15:12.764 INFO kablam! Oct 10 12:15:12.764 INFO kablam! warning: unused import: `std::mem` Oct 10 12:15:12.764 INFO kablam! --> src/main.rs:14:5 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 14 | use std::mem; Oct 10 12:15:12.764 INFO kablam! | ^^^^^^^^ Oct 10 12:15:12.764 INFO kablam! Oct 10 12:15:12.764 INFO kablam! warning: unused import: `std::ptr` Oct 10 12:15:12.764 INFO kablam! --> src/main.rs:15:5 Oct 10 12:15:12.764 INFO kablam! | Oct 10 12:15:12.764 INFO kablam! 15 | use std::ptr; Oct 10 12:15:12.764 INFO kablam! | ^^^^^^^^ Oct 10 12:15:12.764 INFO kablam! Oct 10 12:15:12.765 INFO kablam! warning: unused import: `std` Oct 10 12:15:12.765 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 10 12:15:12.765 INFO kablam! | Oct 10 12:15:12.765 INFO kablam! 138 | use std; Oct 10 12:15:12.765 INFO kablam! | ^^^ Oct 10 12:15:12.765 INFO kablam! | Oct 10 12:15:12.765 INFO kablam! ::: src/main.rs:149:5 Oct 10 12:15:12.765 INFO kablam! | Oct 10 12:15:12.765 INFO kablam! 149 | / attribs!(pub struct Vertex { Oct 10 12:15:12.765 INFO kablam! 150 | | pub position: Vec2, Oct 10 12:15:12.765 INFO kablam! 151 | | pub tex_coords: Vec2, Oct 10 12:15:12.765 INFO kablam! 152 | | pub color: Vec4, Oct 10 12:15:12.765 INFO kablam! 153 | | }); Oct 10 12:15:12.765 INFO kablam! | |_______- in this macro invocation Oct 10 12:15:12.765 INFO kablam! Oct 10 12:15:12.992 INFO kablam! warning: unused import: `gl_basic::types::GlType` Oct 10 12:15:12.992 INFO kablam! --> src/gl_basic/object.rs:9:5 Oct 10 12:15:12.992 INFO kablam! | Oct 10 12:15:12.992 INFO kablam! 9 | use gl_basic::types::GlType; Oct 10 12:15:12.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:12.992 INFO kablam! Oct 10 12:15:13.040 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:13.040 INFO kablam! --> src/main.rs:116:9 Oct 10 12:15:13.040 INFO kablam! | Oct 10 12:15:13.040 INFO kablam! 116 | let mut texture = match gl_basic::Texture::new() { Oct 10 12:15:13.040 INFO kablam! | ----^^^^^^^ Oct 10 12:15:13.040 INFO kablam! | | Oct 10 12:15:13.040 INFO kablam! | help: remove this `mut` Oct 10 12:15:13.040 INFO kablam! | Oct 10 12:15:13.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:15:13.040 INFO kablam! Oct 10 12:15:13.064 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:13.064 INFO kablam! --> src/text.rs:22:13 Oct 10 12:15:13.064 INFO kablam! | Oct 10 12:15:13.064 INFO kablam! 22 | let mut texture = match gl_basic::Texture::new() { Oct 10 12:15:13.064 INFO kablam! | ----^^^^^^^ Oct 10 12:15:13.064 INFO kablam! | | Oct 10 12:15:13.064 INFO kablam! | help: remove this `mut` Oct 10 12:15:13.064 INFO kablam! Oct 10 12:15:13.064 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:13.064 INFO kablam! --> src/text.rs:38:13 Oct 10 12:15:13.064 INFO kablam! | Oct 10 12:15:13.064 INFO kablam! 38 | let mut cache = rusttype::gpu_cache::CacheBuilder { Oct 10 12:15:13.064 INFO kablam! | ----^^^^^ Oct 10 12:15:13.064 INFO kablam! | | Oct 10 12:15:13.064 INFO kablam! | help: remove this `mut` Oct 10 12:15:13.064 INFO kablam! Oct 10 12:15:13.092 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:13.092 INFO kablam! --> src/text.rs:164:13 Oct 10 12:15:13.092 INFO kablam! | Oct 10 12:15:13.092 INFO kablam! 164 | let mut object = match Vertex::new_object(program) { Oct 10 12:15:13.092 INFO kablam! | ----^^^^^^ Oct 10 12:15:13.092 INFO kablam! | | Oct 10 12:15:13.092 INFO kablam! | help: remove this `mut` Oct 10 12:15:13.092 INFO kablam! Oct 10 12:15:13.092 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:13.092 INFO kablam! --> src/text.rs:169:13 Oct 10 12:15:13.092 INFO kablam! | Oct 10 12:15:13.092 INFO kablam! 169 | let mut cache = match GlGlyphCache::new() { Oct 10 12:15:13.092 INFO kablam! | ----^^^^^ Oct 10 12:15:13.092 INFO kablam! | | Oct 10 12:15:13.092 INFO kablam! | help: remove this `mut` Oct 10 12:15:13.092 INFO kablam! Oct 10 12:15:13.100 INFO kablam! warning: struct is never constructed: `Vec3` Oct 10 12:15:13.100 INFO kablam! --> src/gl_basic/types.rs:14:1 Oct 10 12:15:13.100 INFO kablam! | Oct 10 12:15:13.100 INFO kablam! 14 | pub struct Vec3 { Oct 10 12:15:13.100 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:15:13.100 INFO kablam! | Oct 10 12:15:13.100 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:15:13.100 INFO kablam! Oct 10 12:15:18.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.03s Oct 10 12:15:18.904 INFO kablam! su: No module specific data is present Oct 10 12:15:19.220 INFO running `"docker" "rm" "-f" "39bfa11a8fb109bafada65d3153b00e224e8220f0eb5ea0785bf3e1672433cf8"` Oct 10 12:15:19.312 INFO blam! 39bfa11a8fb109bafada65d3153b00e224e8220f0eb5ea0785bf3e1672433cf8 Oct 10 12:15:19.313 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:15:19.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:15:19.556 INFO blam! 3601346eb07b7be33aadd9f8787c8f658c340c17b0c7a5635bfdc60843db4ba4 Oct 10 12:15:19.558 INFO running `"docker" "start" "-a" "3601346eb07b7be33aadd9f8787c8f658c340c17b0c7a5635bfdc60843db4ba4"` Oct 10 12:15:20.040 INFO kablam! usermod: no changes Oct 10 12:15:20.162 INFO kablam! Compiling android_rust_test v0.1.0 (/source) Oct 10 12:15:21.820 INFO kablam! warning: unused import: `Font` Oct 10 12:15:21.820 INFO kablam! --> src/text.rs:7:31 Oct 10 12:15:21.820 INFO kablam! | Oct 10 12:15:21.820 INFO kablam! 7 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 10 12:15:21.821 INFO kablam! | ^^^^ Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:21.821 INFO kablam! warning: unused import: `std` Oct 10 12:15:21.821 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 138 | use std; Oct 10 12:15:21.821 INFO kablam! | ^^^ Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! ::: src/text.rs:345:1 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 345 | / attribs!(pub struct Vertex { Oct 10 12:15:21.821 INFO kablam! 346 | | pub position: Vec2, Oct 10 12:15:21.821 INFO kablam! 347 | | pub tex_coords: Vec2, Oct 10 12:15:21.821 INFO kablam! 348 | | }); Oct 10 12:15:21.821 INFO kablam! | |___- in this macro invocation Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:21.821 INFO kablam! warning: unused import: `rusttype::gpu_cache::CacheBuilder` Oct 10 12:15:21.821 INFO kablam! --> src/main.rs:11:5 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 11 | use rusttype::gpu_cache::CacheBuilder; Oct 10 12:15:21.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:21.821 INFO kablam! warning: unused imports: `Font`, `Rect`, `vector` Oct 10 12:15:21.821 INFO kablam! --> src/main.rs:12:23 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 12 | use rusttype::{point, vector, Font, FontCollection, PositionedGlyph, Rect, Scale}; Oct 10 12:15:21.821 INFO kablam! | ^^^^^^ ^^^^ ^^^^ Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:21.821 INFO kablam! warning: unused import: `std::mem` Oct 10 12:15:21.821 INFO kablam! --> src/main.rs:14:5 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 14 | use std::mem; Oct 10 12:15:21.821 INFO kablam! | ^^^^^^^^ Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:21.821 INFO kablam! warning: unused import: `std::ptr` Oct 10 12:15:21.821 INFO kablam! --> src/main.rs:15:5 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 15 | use std::ptr; Oct 10 12:15:21.821 INFO kablam! | ^^^^^^^^ Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:21.821 INFO kablam! warning: unused import: `std` Oct 10 12:15:21.821 INFO kablam! --> src/gl_basic/object.rs:138:21 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 138 | use std; Oct 10 12:15:21.821 INFO kablam! | ^^^ Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! ::: src/main.rs:149:5 Oct 10 12:15:21.821 INFO kablam! | Oct 10 12:15:21.821 INFO kablam! 149 | / attribs!(pub struct Vertex { Oct 10 12:15:21.821 INFO kablam! 150 | | pub position: Vec2, Oct 10 12:15:21.821 INFO kablam! 151 | | pub tex_coords: Vec2, Oct 10 12:15:21.821 INFO kablam! 152 | | pub color: Vec4, Oct 10 12:15:21.821 INFO kablam! 153 | | }); Oct 10 12:15:21.821 INFO kablam! | |_______- in this macro invocation Oct 10 12:15:21.821 INFO kablam! Oct 10 12:15:22.075 INFO kablam! warning: unused import: `gl_basic::types::GlType` Oct 10 12:15:22.075 INFO kablam! --> src/gl_basic/object.rs:9:5 Oct 10 12:15:22.075 INFO kablam! | Oct 10 12:15:22.075 INFO kablam! 9 | use gl_basic::types::GlType; Oct 10 12:15:22.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:22.075 INFO kablam! Oct 10 12:15:22.120 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:22.120 INFO kablam! --> src/main.rs:116:9 Oct 10 12:15:22.120 INFO kablam! | Oct 10 12:15:22.120 INFO kablam! 116 | let mut texture = match gl_basic::Texture::new() { Oct 10 12:15:22.120 INFO kablam! | ----^^^^^^^ Oct 10 12:15:22.120 INFO kablam! | | Oct 10 12:15:22.120 INFO kablam! | help: remove this `mut` Oct 10 12:15:22.120 INFO kablam! | Oct 10 12:15:22.120 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:15:22.120 INFO kablam! Oct 10 12:15:22.131 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:22.131 INFO kablam! --> src/text.rs:22:13 Oct 10 12:15:22.131 INFO kablam! | Oct 10 12:15:22.131 INFO kablam! 22 | let mut texture = match gl_basic::Texture::new() { Oct 10 12:15:22.131 INFO kablam! | ----^^^^^^^ Oct 10 12:15:22.131 INFO kablam! | | Oct 10 12:15:22.131 INFO kablam! | help: remove this `mut` Oct 10 12:15:22.131 INFO kablam! Oct 10 12:15:22.131 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:22.131 INFO kablam! --> src/text.rs:38:13 Oct 10 12:15:22.131 INFO kablam! | Oct 10 12:15:22.131 INFO kablam! 38 | let mut cache = rusttype::gpu_cache::CacheBuilder { Oct 10 12:15:22.131 INFO kablam! | ----^^^^^ Oct 10 12:15:22.131 INFO kablam! | | Oct 10 12:15:22.131 INFO kablam! | help: remove this `mut` Oct 10 12:15:22.131 INFO kablam! Oct 10 12:15:22.154 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:22.154 INFO kablam! --> src/text.rs:164:13 Oct 10 12:15:22.154 INFO kablam! | Oct 10 12:15:22.154 INFO kablam! 164 | let mut object = match Vertex::new_object(program) { Oct 10 12:15:22.154 INFO kablam! | ----^^^^^^ Oct 10 12:15:22.154 INFO kablam! | | Oct 10 12:15:22.154 INFO kablam! | help: remove this `mut` Oct 10 12:15:22.154 INFO kablam! Oct 10 12:15:22.154 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:22.154 INFO kablam! --> src/text.rs:169:13 Oct 10 12:15:22.154 INFO kablam! | Oct 10 12:15:22.154 INFO kablam! 169 | let mut cache = match GlGlyphCache::new() { Oct 10 12:15:22.154 INFO kablam! | ----^^^^^ Oct 10 12:15:22.154 INFO kablam! | | Oct 10 12:15:22.154 INFO kablam! | help: remove this `mut` Oct 10 12:15:22.154 INFO kablam! Oct 10 12:15:22.163 INFO kablam! warning: struct is never constructed: `Vec3` Oct 10 12:15:22.164 INFO kablam! --> src/gl_basic/types.rs:14:1 Oct 10 12:15:22.164 INFO kablam! | Oct 10 12:15:22.164 INFO kablam! 14 | pub struct Vec3 { Oct 10 12:15:22.164 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:15:22.164 INFO kablam! | Oct 10 12:15:22.164 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:15:22.164 INFO kablam! Oct 10 12:15:22.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 10 12:15:22.580 INFO kablam! su: No module specific data is present Oct 10 12:15:22.952 INFO running `"docker" "rm" "-f" "3601346eb07b7be33aadd9f8787c8f658c340c17b0c7a5635bfdc60843db4ba4"` Oct 10 12:15:23.156 INFO blam! 3601346eb07b7be33aadd9f8787c8f658c340c17b0c7a5635bfdc60843db4ba4 Oct 10 12:15:23.157 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:15:23.157 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:15:23.413 INFO blam! f2858762f8abbc58bad355d98ea16bb2b4ed3e384ef244d2a4016cfbd1d1fbca Oct 10 12:15:23.417 INFO running `"docker" "start" "-a" "f2858762f8abbc58bad355d98ea16bb2b4ed3e384ef244d2a4016cfbd1d1fbca"` Oct 10 12:15:23.861 INFO kablam! usermod: no changes Oct 10 12:15:23.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 12:15:23.946 INFO kablam! Running /target/debug/deps/android_rust_test-3ea40c3cb08310f1 Oct 10 12:15:23.950 INFO blam! Oct 10 12:15:23.950 INFO blam! running 0 tests Oct 10 12:15:23.950 INFO blam! Oct 10 12:15:23.950 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:15:23.950 INFO blam! Oct 10 12:15:23.951 INFO kablam! su: No module specific data is present Oct 10 12:15:24.252 INFO running `"docker" "rm" "-f" "f2858762f8abbc58bad355d98ea16bb2b4ed3e384ef244d2a4016cfbd1d1fbca"` Oct 10 12:15:24.348 INFO blam! f2858762f8abbc58bad355d98ea16bb2b4ed3e384ef244d2a4016cfbd1d1fbca