Oct 15 04:15:04.385 INFO testing amejii/edupt-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:15:04.385 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 04:15:04.599 INFO blam! 26235c4114893323c557e396667aea89454cf54358bab29948a36a9e4dd69417 Oct 15 04:15:04.605 INFO running `"docker" "start" "-a" "26235c4114893323c557e396667aea89454cf54358bab29948a36a9e4dd69417"` Oct 15 04:15:05.183 INFO kablam! usermod: no changes Oct 15 04:15:05.216 INFO kablam! Compiling edupt_rust v0.1.0 (/source) Oct 15 04:15:05.594 INFO kablam! warning: value assigned to `weight` is never read Oct 15 04:15:05.594 INFO kablam! --> src/radiance.rs:44:13 Oct 15 04:15:05.594 INFO kablam! | Oct 15 04:15:05.594 INFO kablam! 44 | let mut weight : Color = Color{x:1.0, y:1.0, z:1.0}; Oct 15 04:15:05.594 INFO kablam! | ^^^^^^ Oct 15 04:15:05.594 INFO kablam! | Oct 15 04:15:05.594 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 04:15:05.594 INFO kablam! Oct 15 04:15:05.616 INFO kablam! warning: method is never used: `new` Oct 15 04:15:05.616 INFO kablam! --> src/ray.rs:10:5 Oct 15 04:15:05.616 INFO kablam! | Oct 15 04:15:05.616 INFO kablam! 10 | fn new(org : Vector, dir : Vector) -> Ray{ Oct 15 04:15:05.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.616 INFO kablam! | Oct 15 04:15:05.616 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:15:05.616 INFO kablam! Oct 15 04:15:05.616 INFO kablam! warning: method is never used: `new` Oct 15 04:15:05.616 INFO kablam! --> src/sphere.rs:18:5 Oct 15 04:15:05.616 INFO kablam! | Oct 15 04:15:05.616 INFO kablam! 18 | fn new(radius:f64, position: Vector, emission: Color, color: Color, reflection_type: ReflectionType) -> Sphere { Oct 15 04:15:05.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.616 INFO kablam! Oct 15 04:15:05.617 INFO kablam! warning: variant `REFLECTION_TYPE_DIFFUSE` should have a camel case name such as `ReflectionTypeDiffuse` Oct 15 04:15:05.617 INFO kablam! --> src/material.rs:7:5 Oct 15 04:15:05.617 INFO kablam! | Oct 15 04:15:05.617 INFO kablam! 7 | REFLECTION_TYPE_DIFFUSE, Oct 15 04:15:05.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.617 INFO kablam! | Oct 15 04:15:05.617 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 04:15:05.618 INFO kablam! Oct 15 04:15:05.618 INFO kablam! warning: variant `REFLECTION_TYPE_SPECULAR` should have a camel case name such as `ReflectionTypeSpecular` Oct 15 04:15:05.618 INFO kablam! --> src/material.rs:8:5 Oct 15 04:15:05.618 INFO kablam! | Oct 15 04:15:05.618 INFO kablam! 8 | REFLECTION_TYPE_SPECULAR, Oct 15 04:15:05.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.618 INFO kablam! Oct 15 04:15:05.618 INFO kablam! warning: variant `REFLECTION_TYPE_REFRACTION` should have a camel case name such as `ReflectionTypeRefraction` Oct 15 04:15:05.618 INFO kablam! --> src/material.rs:9:5 Oct 15 04:15:05.618 INFO kablam! | Oct 15 04:15:05.618 INFO kablam! 9 | REFLECTION_TYPE_REFRACTION, Oct 15 04:15:05.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.618 INFO kablam! Oct 15 04:15:05.623 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:15:05.623 INFO kablam! --> src/ppm.rs:50:9 Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! 50 | file.write_all(data.as_bytes()); Oct 15 04:15:05.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:15:05.623 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:15:05.623 INFO kablam! Oct 15 04:15:05.623 INFO kablam! warning: variable `D4` should have a snake case name such as `d4` Oct 15 04:15:05.623 INFO kablam! --> src/sphere.rs:31:13 Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! 31 | let D4 = b * b - dot(p_o, p_o) + self.radius * self.radius; Oct 15 04:15:05.623 INFO kablam! | ^^ Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:15:05.623 INFO kablam! Oct 15 04:15:05.623 INFO kablam! warning: variable `sqrt_D4` should have a snake case name such as `sqrt_d4` Oct 15 04:15:05.623 INFO kablam! --> src/sphere.rs:37:13 Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! 37 | let sqrt_D4 = Sqrt::sqrt(D4); Oct 15 04:15:05.623 INFO kablam! | ^^^^^^^ Oct 15 04:15:05.623 INFO kablam! Oct 15 04:15:05.623 INFO kablam! warning: constant `spheres` should have an upper case name such as `SPHERES` Oct 15 04:15:05.623 INFO kablam! --> src/scene.rs:9:1 Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! 9 | / pub const spheres : [Sphere;10]= [ Oct 15 04:15:05.623 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 15 04:15:05.623 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 15 04:15:05.623 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 15 04:15:05.623 INFO kablam! ... | Oct 15 04:15:05.623 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 15 04:15:05.623 INFO kablam! 20 | | ]; Oct 15 04:15:05.623 INFO kablam! | |__^ Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 04:15:05.623 INFO kablam! Oct 15 04:15:05.623 INFO kablam! warning: variable `R0` should have a snake case name such as `r0` Oct 15 04:15:05.623 INFO kablam! --> src/radiance.rs:96:17 Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! 96 | let R0 = (a * a) / (b * b); Oct 15 04:15:05.623 INFO kablam! | ^^ Oct 15 04:15:05.623 INFO kablam! Oct 15 04:15:05.623 INFO kablam! warning: variable `Re` should have a snake case name such as `re` Oct 15 04:15:05.623 INFO kablam! --> src/radiance.rs:101:17 Oct 15 04:15:05.623 INFO kablam! | Oct 15 04:15:05.623 INFO kablam! 101 | let Re = R0 + (1.0 - R0) * c.powf(5.0); Oct 15 04:15:05.624 INFO kablam! | ^^ Oct 15 04:15:05.624 INFO kablam! Oct 15 04:15:05.624 INFO kablam! warning: variable `Tr` should have a snake case name such as `tr` Oct 15 04:15:05.624 INFO kablam! --> src/radiance.rs:103:17 Oct 15 04:15:05.624 INFO kablam! | Oct 15 04:15:05.624 INFO kablam! 103 | let Tr = (1.0 - Re) * nnt2; Oct 15 04:15:05.624 INFO kablam! | ^^ Oct 15 04:15:05.624 INFO kablam! Oct 15 04:15:06.410 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 04:15:06.412 INFO kablam! su: No module specific data is present Oct 15 04:15:06.637 INFO running `"docker" "rm" "-f" "26235c4114893323c557e396667aea89454cf54358bab29948a36a9e4dd69417"` Oct 15 04:15:06.738 INFO blam! 26235c4114893323c557e396667aea89454cf54358bab29948a36a9e4dd69417 Oct 15 04:15:06.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 04:15:06.938 INFO blam! be6d2dd50144e225e1ca08d87cf3ab435bafcae8a650ba67be5382b7ed345344 Oct 15 04:15:06.939 INFO running `"docker" "start" "-a" "be6d2dd50144e225e1ca08d87cf3ab435bafcae8a650ba67be5382b7ed345344"` Oct 15 04:15:07.639 INFO kablam! usermod: no changes Oct 15 04:15:07.683 INFO kablam! Compiling edupt_rust v0.1.0 (/source) Oct 15 04:15:08.239 INFO kablam! warning: value assigned to `weight` is never read Oct 15 04:15:08.239 INFO kablam! --> src/radiance.rs:44:13 Oct 15 04:15:08.239 INFO kablam! | Oct 15 04:15:08.239 INFO kablam! 44 | let mut weight : Color = Color{x:1.0, y:1.0, z:1.0}; Oct 15 04:15:08.239 INFO kablam! | ^^^^^^ Oct 15 04:15:08.239 INFO kablam! | Oct 15 04:15:08.239 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 04:15:08.239 INFO kablam! Oct 15 04:15:08.274 INFO kablam! warning: method is never used: `new` Oct 15 04:15:08.274 INFO kablam! --> src/ray.rs:10:5 Oct 15 04:15:08.274 INFO kablam! | Oct 15 04:15:08.274 INFO kablam! 10 | fn new(org : Vector, dir : Vector) -> Ray{ Oct 15 04:15:08.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:08.274 INFO kablam! | Oct 15 04:15:08.274 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:15:08.274 INFO kablam! Oct 15 04:15:08.274 INFO kablam! warning: method is never used: `new` Oct 15 04:15:08.274 INFO kablam! --> src/sphere.rs:18:5 Oct 15 04:15:08.274 INFO kablam! | Oct 15 04:15:08.274 INFO kablam! 18 | fn new(radius:f64, position: Vector, emission: Color, color: Color, reflection_type: ReflectionType) -> Sphere { Oct 15 04:15:08.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:08.274 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: variant `REFLECTION_TYPE_DIFFUSE` should have a camel case name such as `ReflectionTypeDiffuse` Oct 15 04:15:08.283 INFO kablam! --> src/material.rs:7:5 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 7 | REFLECTION_TYPE_DIFFUSE, Oct 15 04:15:08.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 04:15:08.283 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: variant `REFLECTION_TYPE_SPECULAR` should have a camel case name such as `ReflectionTypeSpecular` Oct 15 04:15:08.283 INFO kablam! --> src/material.rs:8:5 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 8 | REFLECTION_TYPE_SPECULAR, Oct 15 04:15:08.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:08.283 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: variant `REFLECTION_TYPE_REFRACTION` should have a camel case name such as `ReflectionTypeRefraction` Oct 15 04:15:08.283 INFO kablam! --> src/material.rs:9:5 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 9 | REFLECTION_TYPE_REFRACTION, Oct 15 04:15:08.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:08.283 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:15:08.283 INFO kablam! --> src/ppm.rs:50:9 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 50 | file.write_all(data.as_bytes()); Oct 15 04:15:08.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:15:08.283 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:15:08.283 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: variable `D4` should have a snake case name such as `d4` Oct 15 04:15:08.283 INFO kablam! --> src/sphere.rs:31:13 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 31 | let D4 = b * b - dot(p_o, p_o) + self.radius * self.radius; Oct 15 04:15:08.283 INFO kablam! | ^^ Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:15:08.283 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: variable `sqrt_D4` should have a snake case name such as `sqrt_d4` Oct 15 04:15:08.283 INFO kablam! --> src/sphere.rs:37:13 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 37 | let sqrt_D4 = Sqrt::sqrt(D4); Oct 15 04:15:08.283 INFO kablam! | ^^^^^^^ Oct 15 04:15:08.283 INFO kablam! Oct 15 04:15:08.283 INFO kablam! warning: constant `spheres` should have an upper case name such as `SPHERES` Oct 15 04:15:08.283 INFO kablam! --> src/scene.rs:9:1 Oct 15 04:15:08.283 INFO kablam! | Oct 15 04:15:08.283 INFO kablam! 9 | / pub const spheres : [Sphere;10]= [ Oct 15 04:15:08.283 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 15 04:15:08.283 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 15 04:15:08.283 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 15 04:15:08.283 INFO kablam! ... | Oct 15 04:15:08.283 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 15 04:15:08.283 INFO kablam! 20 | | ]; Oct 15 04:15:08.283 INFO kablam! | |__^ Oct 15 04:15:08.284 INFO kablam! | Oct 15 04:15:08.284 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 04:15:08.284 INFO kablam! Oct 15 04:15:08.284 INFO kablam! warning: variable `R0` should have a snake case name such as `r0` Oct 15 04:15:08.284 INFO kablam! --> src/radiance.rs:96:17 Oct 15 04:15:08.284 INFO kablam! | Oct 15 04:15:08.284 INFO kablam! 96 | let R0 = (a * a) / (b * b); Oct 15 04:15:08.284 INFO kablam! | ^^ Oct 15 04:15:08.284 INFO kablam! Oct 15 04:15:08.284 INFO kablam! warning: variable `Re` should have a snake case name such as `re` Oct 15 04:15:08.284 INFO kablam! --> src/radiance.rs:101:17 Oct 15 04:15:08.284 INFO kablam! | Oct 15 04:15:08.284 INFO kablam! 101 | let Re = R0 + (1.0 - R0) * c.powf(5.0); Oct 15 04:15:08.284 INFO kablam! | ^^ Oct 15 04:15:08.284 INFO kablam! Oct 15 04:15:08.284 INFO kablam! warning: variable `Tr` should have a snake case name such as `tr` Oct 15 04:15:08.284 INFO kablam! --> src/radiance.rs:103:17 Oct 15 04:15:08.284 INFO kablam! | Oct 15 04:15:08.284 INFO kablam! 103 | let Tr = (1.0 - Re) * nnt2; Oct 15 04:15:08.284 INFO kablam! | ^^ Oct 15 04:15:08.284 INFO kablam! Oct 15 04:15:08.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 15 04:15:08.704 INFO kablam! su: No module specific data is present Oct 15 04:15:09.459 INFO running `"docker" "rm" "-f" "be6d2dd50144e225e1ca08d87cf3ab435bafcae8a650ba67be5382b7ed345344"` Oct 15 04:15:09.747 INFO blam! be6d2dd50144e225e1ca08d87cf3ab435bafcae8a650ba67be5382b7ed345344 Oct 15 04:15:09.749 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 04:15:10.295 INFO blam! ebee9c00a57201fb87b780a2495e8bc5d574d2c4a8fa80b22f5e5438931f9166 Oct 15 04:15:10.303 INFO running `"docker" "start" "-a" "ebee9c00a57201fb87b780a2495e8bc5d574d2c4a8fa80b22f5e5438931f9166"` Oct 15 04:15:11.735 INFO kablam! usermod: no changes Oct 15 04:15:11.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 04:15:11.815 INFO kablam! Running /target/debug/deps/edupt-0c31177cf4d566cf Oct 15 04:15:11.823 INFO blam! Oct 15 04:15:11.823 INFO blam! running 0 tests Oct 15 04:15:11.823 INFO blam! Oct 15 04:15:11.823 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:15:11.823 INFO blam! Oct 15 04:15:11.823 INFO blam! Oct 15 04:15:11.823 INFO blam! running 0 tests Oct 15 04:15:11.823 INFO blam! Oct 15 04:15:11.823 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:15:11.823 INFO blam! Oct 15 04:15:11.825 INFO kablam! Running /target/debug/deps/executable-3f549572596630ee Oct 15 04:15:11.825 INFO kablam! Doc-tests edupt Oct 15 04:15:12.459 INFO blam! Oct 15 04:15:12.459 INFO blam! running 0 tests Oct 15 04:15:12.459 INFO blam! Oct 15 04:15:12.459 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:15:12.459 INFO blam! Oct 15 04:15:12.467 INFO kablam! su: No module specific data is present Oct 15 04:15:13.109 INFO running `"docker" "rm" "-f" "ebee9c00a57201fb87b780a2495e8bc5d574d2c4a8fa80b22f5e5438931f9166"` Oct 15 04:15:13.238 INFO blam! ebee9c00a57201fb87b780a2495e8bc5d574d2c4a8fa80b22f5e5438931f9166