Oct 11 03:07:10.677 INFO testing amejii/edupt-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:07:10.677 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:07:10.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 03:07:10.834 INFO blam! 4eb0ed4e2d2df3aa94c686dcf23d4fbc6cc92daa58c99dadc34200312e425a92 Oct 11 03:07:10.834 INFO running `"docker" "start" "-a" "4eb0ed4e2d2df3aa94c686dcf23d4fbc6cc92daa58c99dadc34200312e425a92"` Oct 11 03:07:11.303 INFO kablam! usermod: no changes Oct 11 03:07:11.333 INFO kablam! Compiling edupt_rust v0.1.0 (/source) Oct 11 03:07:11.972 INFO kablam! warning: value assigned to `weight` is never read Oct 11 03:07:11.972 INFO kablam! --> src/radiance.rs:44:13 Oct 11 03:07:11.972 INFO kablam! | Oct 11 03:07:11.972 INFO kablam! 44 | let mut weight : Color = Color{x:1.0, y:1.0, z:1.0}; Oct 11 03:07:11.972 INFO kablam! | ^^^^^^ Oct 11 03:07:11.972 INFO kablam! | Oct 11 03:07:11.972 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 03:07:11.972 INFO kablam! Oct 11 03:07:11.997 INFO kablam! warning: method is never used: `new` Oct 11 03:07:11.997 INFO kablam! --> src/ray.rs:10:5 Oct 11 03:07:11.997 INFO kablam! | Oct 11 03:07:11.997 INFO kablam! 10 | fn new(org : Vector, dir : Vector) -> Ray{ Oct 11 03:07:11.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:11.997 INFO kablam! | Oct 11 03:07:11.997 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:07:11.997 INFO kablam! Oct 11 03:07:11.998 INFO kablam! warning: method is never used: `new` Oct 11 03:07:11.998 INFO kablam! --> src/sphere.rs:18:5 Oct 11 03:07:11.998 INFO kablam! | Oct 11 03:07:11.998 INFO kablam! 18 | fn new(radius:f64, position: Vector, emission: Color, color: Color, reflection_type: ReflectionType) -> Sphere { Oct 11 03:07:11.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:11.998 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: variant `REFLECTION_TYPE_DIFFUSE` should have a camel case name such as `ReflectionTypeDiffuse` Oct 11 03:07:12.000 INFO kablam! --> src/material.rs:7:5 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 7 | REFLECTION_TYPE_DIFFUSE, Oct 11 03:07:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: variant `REFLECTION_TYPE_SPECULAR` should have a camel case name such as `ReflectionTypeSpecular` Oct 11 03:07:12.000 INFO kablam! --> src/material.rs:8:5 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 8 | REFLECTION_TYPE_SPECULAR, Oct 11 03:07:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: variant `REFLECTION_TYPE_REFRACTION` should have a camel case name such as `ReflectionTypeRefraction` Oct 11 03:07:12.000 INFO kablam! --> src/material.rs:9:5 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 9 | REFLECTION_TYPE_REFRACTION, Oct 11 03:07:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:07:12.000 INFO kablam! --> src/ppm.rs:50:9 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 50 | file.write_all(data.as_bytes()); Oct 11 03:07:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:07:12.000 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: variable `D4` should have a snake case name such as `d4` Oct 11 03:07:12.000 INFO kablam! --> src/sphere.rs:31:13 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 31 | let D4 = b * b - dot(p_o, p_o) + self.radius * self.radius; Oct 11 03:07:12.000 INFO kablam! | ^^ Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: variable `sqrt_D4` should have a snake case name such as `sqrt_d4` Oct 11 03:07:12.000 INFO kablam! --> src/sphere.rs:37:13 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 37 | let sqrt_D4 = Sqrt::sqrt(D4); Oct 11 03:07:12.000 INFO kablam! | ^^^^^^^ Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.000 INFO kablam! warning: constant `spheres` should have an upper case name such as `SPHERES` Oct 11 03:07:12.000 INFO kablam! --> src/scene.rs:9:1 Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! 9 | / pub const spheres : [Sphere;10]= [ Oct 11 03:07:12.000 INFO kablam! 10 | | Sphere{radius:1e5, position:Vector{x:1e5+1.0, y:40.8, z:81.6}, emission:Color{x:0.0,y:0.0,z:0.0}, color:Color{x:0.75, y:0.25, z:0.25}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE},// left Oct 11 03:07:12.000 INFO kablam! 11 | | Sphere{radius:1e5, position:Vector{x:-1e5+99.0, y:40.8, z:81.6},emission:Color{x:0.0,y:0.0,z:0.0}, color:Color{x:0.25, y:0.25, z:0.75}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE}, // right Oct 11 03:07:12.000 INFO kablam! 12 | | Sphere{radius:1e5, position:Vector{x:50.0, y:40.8, z:1e5}, emission:Color{x:0.0,y:0.0,z:0.0}, color:Color{x:0.75, y:0.75, z:0.75}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE}, // back Oct 11 03:07:12.000 INFO kablam! ... | Oct 11 03:07:12.000 INFO kablam! 19 | | Sphere{radius:15.0,position:Vector{x:50.0, y:90.0, z:81.6}, emission:Color{x:36.0,y:36.0,z:36.0}, color:Color{x:0.0,y:0.0,z:0.0}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE}, //illumination Oct 11 03:07:12.000 INFO kablam! 20 | | ]; Oct 11 03:07:12.000 INFO kablam! | |__^ Oct 11 03:07:12.000 INFO kablam! | Oct 11 03:07:12.000 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 03:07:12.000 INFO kablam! Oct 11 03:07:12.002 INFO kablam! warning: variable `R0` should have a snake case name such as `r0` Oct 11 03:07:12.002 INFO kablam! --> src/radiance.rs:96:17 Oct 11 03:07:12.002 INFO kablam! | Oct 11 03:07:12.002 INFO kablam! 96 | let R0 = (a * a) / (b * b); Oct 11 03:07:12.002 INFO kablam! | ^^ Oct 11 03:07:12.002 INFO kablam! Oct 11 03:07:12.002 INFO kablam! warning: variable `Re` should have a snake case name such as `re` Oct 11 03:07:12.002 INFO kablam! --> src/radiance.rs:101:17 Oct 11 03:07:12.002 INFO kablam! | Oct 11 03:07:12.002 INFO kablam! 101 | let Re = R0 + (1.0 - R0) * c.powf(5.0); Oct 11 03:07:12.002 INFO kablam! | ^^ Oct 11 03:07:12.002 INFO kablam! Oct 11 03:07:12.002 INFO kablam! warning: variable `Tr` should have a snake case name such as `tr` Oct 11 03:07:12.002 INFO kablam! --> src/radiance.rs:103:17 Oct 11 03:07:12.002 INFO kablam! | Oct 11 03:07:12.002 INFO kablam! 103 | let Tr = (1.0 - Re) * nnt2; Oct 11 03:07:12.002 INFO kablam! | ^^ Oct 11 03:07:12.002 INFO kablam! Oct 11 03:07:12.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 11 03:07:12.920 INFO kablam! su: No module specific data is present Oct 11 03:07:13.141 INFO running `"docker" "rm" "-f" "4eb0ed4e2d2df3aa94c686dcf23d4fbc6cc92daa58c99dadc34200312e425a92"` Oct 11 03:07:13.214 INFO blam! 4eb0ed4e2d2df3aa94c686dcf23d4fbc6cc92daa58c99dadc34200312e425a92 Oct 11 03:07:13.215 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:07:13.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 03:07:13.380 INFO blam! a0e8437159e2df66fae303eeee822ca932d79c0b9c7f00f6efdc35622a5d0d75 Oct 11 03:07:13.384 INFO running `"docker" "start" "-a" "a0e8437159e2df66fae303eeee822ca932d79c0b9c7f00f6efdc35622a5d0d75"` Oct 11 03:07:14.240 INFO kablam! usermod: no changes Oct 11 03:07:14.308 INFO kablam! Compiling edupt_rust v0.1.0 (/source) Oct 11 03:07:15.564 INFO kablam! warning: value assigned to `weight` is never read Oct 11 03:07:15.564 INFO kablam! --> src/radiance.rs:44:13 Oct 11 03:07:15.564 INFO kablam! | Oct 11 03:07:15.564 INFO kablam! 44 | let mut weight : Color = Color{x:1.0, y:1.0, z:1.0}; Oct 11 03:07:15.564 INFO kablam! | ^^^^^^ Oct 11 03:07:15.564 INFO kablam! | Oct 11 03:07:15.564 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 03:07:15.564 INFO kablam! Oct 11 03:07:15.605 INFO kablam! warning: method is never used: `new` Oct 11 03:07:15.612 INFO kablam! --> src/ray.rs:10:5 Oct 11 03:07:15.612 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 10 | fn new(org : Vector, dir : Vector) -> Ray{ Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: method is never used: `new` Oct 11 03:07:15.613 INFO kablam! --> src/sphere.rs:18:5 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 18 | fn new(radius:f64, position: Vector, emission: Color, color: Color, reflection_type: ReflectionType) -> Sphere { Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variant `REFLECTION_TYPE_DIFFUSE` should have a camel case name such as `ReflectionTypeDiffuse` Oct 11 03:07:15.613 INFO kablam! --> src/material.rs:7:5 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 7 | REFLECTION_TYPE_DIFFUSE, Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variant `REFLECTION_TYPE_SPECULAR` should have a camel case name such as `ReflectionTypeSpecular` Oct 11 03:07:15.613 INFO kablam! --> src/material.rs:8:5 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 8 | REFLECTION_TYPE_SPECULAR, Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variant `REFLECTION_TYPE_REFRACTION` should have a camel case name such as `ReflectionTypeRefraction` Oct 11 03:07:15.613 INFO kablam! --> src/material.rs:9:5 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 9 | REFLECTION_TYPE_REFRACTION, Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:07:15.613 INFO kablam! --> src/ppm.rs:50:9 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 50 | file.write_all(data.as_bytes()); Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:07:15.613 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variable `D4` should have a snake case name such as `d4` Oct 11 03:07:15.613 INFO kablam! --> src/sphere.rs:31:13 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 31 | let D4 = b * b - dot(p_o, p_o) + self.radius * self.radius; Oct 11 03:07:15.613 INFO kablam! | ^^ Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variable `sqrt_D4` should have a snake case name such as `sqrt_d4` Oct 11 03:07:15.613 INFO kablam! --> src/sphere.rs:37:13 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 37 | let sqrt_D4 = Sqrt::sqrt(D4); Oct 11 03:07:15.613 INFO kablam! | ^^^^^^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: constant `spheres` should have an upper case name such as `SPHERES` Oct 11 03:07:15.613 INFO kablam! --> src/scene.rs:9:1 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 9 | / pub const spheres : [Sphere;10]= [ Oct 11 03:07:15.613 INFO kablam! 10 | | Sphere{radius:1e5, position:Vector{x:1e5+1.0, y:40.8, z:81.6}, emission:Color{x:0.0,y:0.0,z:0.0}, color:Color{x:0.75, y:0.25, z:0.25}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE},// left Oct 11 03:07:15.613 INFO kablam! 11 | | Sphere{radius:1e5, position:Vector{x:-1e5+99.0, y:40.8, z:81.6},emission:Color{x:0.0,y:0.0,z:0.0}, color:Color{x:0.25, y:0.25, z:0.75}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE}, // right Oct 11 03:07:15.613 INFO kablam! 12 | | Sphere{radius:1e5, position:Vector{x:50.0, y:40.8, z:1e5}, emission:Color{x:0.0,y:0.0,z:0.0}, color:Color{x:0.75, y:0.75, z:0.75}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE}, // back Oct 11 03:07:15.613 INFO kablam! ... | Oct 11 03:07:15.613 INFO kablam! 19 | | Sphere{radius:15.0,position:Vector{x:50.0, y:90.0, z:81.6}, emission:Color{x:36.0,y:36.0,z:36.0}, color:Color{x:0.0,y:0.0,z:0.0}, reflection_type:ReflectionType::REFLECTION_TYPE_DIFFUSE}, //illumination Oct 11 03:07:15.613 INFO kablam! 20 | | ]; Oct 11 03:07:15.613 INFO kablam! | |__^ Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variable `R0` should have a snake case name such as `r0` Oct 11 03:07:15.613 INFO kablam! --> src/radiance.rs:96:17 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 96 | let R0 = (a * a) / (b * b); Oct 11 03:07:15.613 INFO kablam! | ^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variable `Re` should have a snake case name such as `re` Oct 11 03:07:15.613 INFO kablam! --> src/radiance.rs:101:17 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 101 | let Re = R0 + (1.0 - R0) * c.powf(5.0); Oct 11 03:07:15.613 INFO kablam! | ^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.613 INFO kablam! warning: variable `Tr` should have a snake case name such as `tr` Oct 11 03:07:15.613 INFO kablam! --> src/radiance.rs:103:17 Oct 11 03:07:15.613 INFO kablam! | Oct 11 03:07:15.613 INFO kablam! 103 | let Tr = (1.0 - Re) * nnt2; Oct 11 03:07:15.613 INFO kablam! | ^^ Oct 11 03:07:15.613 INFO kablam! Oct 11 03:07:15.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 11 03:07:15.995 INFO kablam! su: No module specific data is present Oct 11 03:07:16.292 INFO running `"docker" "rm" "-f" "a0e8437159e2df66fae303eeee822ca932d79c0b9c7f00f6efdc35622a5d0d75"` Oct 11 03:07:16.388 INFO blam! a0e8437159e2df66fae303eeee822ca932d79c0b9c7f00f6efdc35622a5d0d75 Oct 11 03:07:16.393 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:07:16.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 03:07:16.692 INFO blam! d1e8f140d641ee40895774983f095882493a340a418c6b4542d97271f7cd48e1 Oct 11 03:07:16.694 INFO running `"docker" "start" "-a" "d1e8f140d641ee40895774983f095882493a340a418c6b4542d97271f7cd48e1"` Oct 11 03:07:17.396 INFO kablam! usermod: no changes Oct 11 03:07:17.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 03:07:17.433 INFO kablam! Running /target/debug/deps/edupt-0c31177cf4d566cf Oct 11 03:07:17.444 INFO kablam! Running /target/debug/deps/executable-3f549572596630ee Oct 11 03:07:17.444 INFO blam! Oct 11 03:07:17.444 INFO blam! running 0 tests Oct 11 03:07:17.444 INFO blam! Oct 11 03:07:17.444 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:07:17.444 INFO blam! Oct 11 03:07:17.448 INFO blam! Oct 11 03:07:17.448 INFO blam! running 0 tests Oct 11 03:07:17.448 INFO blam! Oct 11 03:07:17.448 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:07:17.448 INFO blam! Oct 11 03:07:17.452 INFO kablam! Doc-tests edupt Oct 11 03:07:18.638 INFO blam! Oct 11 03:07:18.638 INFO blam! running 0 tests Oct 11 03:07:18.638 INFO blam! Oct 11 03:07:18.638 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:07:18.638 INFO blam! Oct 11 03:07:18.644 INFO kablam! su: No module specific data is present Oct 11 03:07:18.954 INFO running `"docker" "rm" "-f" "d1e8f140d641ee40895774983f095882493a340a418c6b4542d97271f7cd48e1"` Oct 11 03:07:19.217 INFO blam! d1e8f140d641ee40895774983f095882493a340a418c6b4542d97271f7cd48e1