Oct 15 04:15:04.140 INFO testing amejii/edupt-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:15:04.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.343 INFO blam! a5d46e54fdc3b4c4bd9f642cfab65ea285f4de8199a2cd34e0628e641c047a1a Oct 15 04:15:04.344 INFO running `"docker" "start" "-a" "a5d46e54fdc3b4c4bd9f642cfab65ea285f4de8199a2cd34e0628e641c047a1a"` Oct 15 04:15:04.731 INFO kablam! usermod: no changes Oct 15 04:15:04.753 INFO kablam! Compiling edupt_rust v0.1.0 (/source) Oct 15 04:15:05.186 INFO kablam! warning: value assigned to `weight` is never read Oct 15 04:15:05.187 INFO kablam! --> src/radiance.rs:44:13 Oct 15 04:15:05.187 INFO kablam! | Oct 15 04:15:05.187 INFO kablam! 44 | let mut weight : Color = Color{x:1.0, y:1.0, z:1.0}; Oct 15 04:15:05.187 INFO kablam! | ^^^^^^ Oct 15 04:15:05.187 INFO kablam! | Oct 15 04:15:05.187 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 04:15:05.187 INFO kablam! Oct 15 04:15:05.210 INFO kablam! warning: method is never used: `new` Oct 15 04:15:05.210 INFO kablam! --> src/ray.rs:10:5 Oct 15 04:15:05.210 INFO kablam! | Oct 15 04:15:05.210 INFO kablam! 10 | fn new(org : Vector, dir : Vector) -> Ray{ Oct 15 04:15:05.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.210 INFO kablam! | Oct 15 04:15:05.210 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:15:05.210 INFO kablam! Oct 15 04:15:05.211 INFO kablam! warning: method is never used: `new` Oct 15 04:15:05.211 INFO kablam! --> src/sphere.rs:18:5 Oct 15 04:15:05.211 INFO kablam! | Oct 15 04:15:05.211 INFO kablam! 18 | fn new(radius:f64, position: Vector, emission: Color, color: Color, reflection_type: ReflectionType) -> Sphere { Oct 15 04:15:05.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.211 INFO kablam! Oct 15 04:15:05.212 INFO kablam! warning: variant `REFLECTION_TYPE_DIFFUSE` should have a camel case name such as `ReflectionTypeDiffuse` Oct 15 04:15:05.212 INFO kablam! --> src/material.rs:7:5 Oct 15 04:15:05.212 INFO kablam! | Oct 15 04:15:05.212 INFO kablam! 7 | REFLECTION_TYPE_DIFFUSE, Oct 15 04:15:05.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.212 INFO kablam! | Oct 15 04:15:05.212 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 04:15:05.212 INFO kablam! Oct 15 04:15:05.212 INFO kablam! warning: variant `REFLECTION_TYPE_SPECULAR` should have a camel case name such as `ReflectionTypeSpecular` Oct 15 04:15:05.212 INFO kablam! --> src/material.rs:8:5 Oct 15 04:15:05.212 INFO kablam! | Oct 15 04:15:05.212 INFO kablam! 8 | REFLECTION_TYPE_SPECULAR, Oct 15 04:15:05.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.212 INFO kablam! Oct 15 04:15:05.215 INFO kablam! warning: variant `REFLECTION_TYPE_REFRACTION` should have a camel case name such as `ReflectionTypeRefraction` Oct 15 04:15:05.215 INFO kablam! --> src/material.rs:9:5 Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! 9 | REFLECTION_TYPE_REFRACTION, Oct 15 04:15:05.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.215 INFO kablam! Oct 15 04:15:05.215 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:15:05.215 INFO kablam! --> src/ppm.rs:50:9 Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! 50 | file.write_all(data.as_bytes()); Oct 15 04:15:05.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:15:05.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:15:05.215 INFO kablam! Oct 15 04:15:05.215 INFO kablam! warning: variable `D4` should have a snake case name such as `d4` Oct 15 04:15:05.215 INFO kablam! --> src/sphere.rs:31:13 Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! 31 | let D4 = b * b - dot(p_o, p_o) + self.radius * self.radius; Oct 15 04:15:05.215 INFO kablam! | ^^ Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:15:05.215 INFO kablam! Oct 15 04:15:05.215 INFO kablam! warning: variable `sqrt_D4` should have a snake case name such as `sqrt_d4` Oct 15 04:15:05.215 INFO kablam! --> src/sphere.rs:37:13 Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! 37 | let sqrt_D4 = Sqrt::sqrt(D4); Oct 15 04:15:05.215 INFO kablam! | ^^^^^^^ Oct 15 04:15:05.215 INFO kablam! Oct 15 04:15:05.215 INFO kablam! warning: constant `spheres` should have an upper case name such as `SPHERES` Oct 15 04:15:05.215 INFO kablam! --> src/scene.rs:9:1 Oct 15 04:15:05.215 INFO kablam! | Oct 15 04:15:05.215 INFO kablam! 9 | / pub const spheres : [Sphere;10]= [ Oct 15 04:15:05.216 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.216 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.216 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.216 INFO kablam! ... | Oct 15 04:15:05.216 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.216 INFO kablam! 20 | | ]; Oct 15 04:15:05.216 INFO kablam! | |__^ Oct 15 04:15:05.216 INFO kablam! | Oct 15 04:15:05.216 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 04:15:05.216 INFO kablam! Oct 15 04:15:05.216 INFO kablam! warning: variable `R0` should have a snake case name such as `r0` Oct 15 04:15:05.216 INFO kablam! --> src/radiance.rs:96:17 Oct 15 04:15:05.216 INFO kablam! | Oct 15 04:15:05.216 INFO kablam! 96 | let R0 = (a * a) / (b * b); Oct 15 04:15:05.216 INFO kablam! | ^^ Oct 15 04:15:05.216 INFO kablam! Oct 15 04:15:05.216 INFO kablam! warning: variable `Re` should have a snake case name such as `re` Oct 15 04:15:05.216 INFO kablam! --> src/radiance.rs:101:17 Oct 15 04:15:05.216 INFO kablam! | Oct 15 04:15:05.216 INFO kablam! 101 | let Re = R0 + (1.0 - R0) * c.powf(5.0); Oct 15 04:15:05.216 INFO kablam! | ^^ Oct 15 04:15:05.216 INFO kablam! Oct 15 04:15:05.216 INFO kablam! warning: variable `Tr` should have a snake case name such as `tr` Oct 15 04:15:05.216 INFO kablam! --> src/radiance.rs:103:17 Oct 15 04:15:05.216 INFO kablam! | Oct 15 04:15:05.216 INFO kablam! 103 | let Tr = (1.0 - Re) * nnt2; Oct 15 04:15:05.216 INFO kablam! | ^^ Oct 15 04:15:05.216 INFO kablam! Oct 15 04:15:06.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 15 04:15:06.090 INFO kablam! su: No module specific data is present Oct 15 04:15:06.387 INFO running `"docker" "rm" "-f" "a5d46e54fdc3b4c4bd9f642cfab65ea285f4de8199a2cd34e0628e641c047a1a"` Oct 15 04:15:06.478 INFO blam! a5d46e54fdc3b4c4bd9f642cfab65ea285f4de8199a2cd34e0628e641c047a1a Oct 15 04:15:06.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.637 INFO blam! 179365766f94b7100afc3d2b2dc1c931bc6fc630a50d766ccb7f9b8ac5ec3d17 Oct 15 04:15:06.639 INFO running `"docker" "start" "-a" "179365766f94b7100afc3d2b2dc1c931bc6fc630a50d766ccb7f9b8ac5ec3d17"` Oct 15 04:15:07.022 INFO kablam! usermod: no changes Oct 15 04:15:07.052 INFO kablam! Compiling edupt_rust v0.1.0 (/source) Oct 15 04:15:07.559 INFO kablam! warning: value assigned to `weight` is never read Oct 15 04:15:07.563 INFO kablam! --> src/radiance.rs:44:13 Oct 15 04:15:07.563 INFO kablam! | Oct 15 04:15:07.563 INFO kablam! 44 | let mut weight : Color = Color{x:1.0, y:1.0, z:1.0}; Oct 15 04:15:07.563 INFO kablam! | ^^^^^^ Oct 15 04:15:07.563 INFO kablam! | Oct 15 04:15:07.563 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 04:15:07.563 INFO kablam! Oct 15 04:15:07.598 INFO kablam! warning: method is never used: `new` Oct 15 04:15:07.599 INFO kablam! --> src/ray.rs:10:5 Oct 15 04:15:07.599 INFO kablam! | Oct 15 04:15:07.599 INFO kablam! 10 | fn new(org : Vector, dir : Vector) -> Ray{ Oct 15 04:15:07.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:07.599 INFO kablam! | Oct 15 04:15:07.599 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:15:07.601 INFO kablam! Oct 15 04:15:07.601 INFO kablam! warning: method is never used: `new` Oct 15 04:15:07.601 INFO kablam! --> src/sphere.rs:18:5 Oct 15 04:15:07.601 INFO kablam! | Oct 15 04:15:07.601 INFO kablam! 18 | fn new(radius:f64, position: Vector, emission: Color, color: Color, reflection_type: ReflectionType) -> Sphere { Oct 15 04:15:07.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:07.601 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: variant `REFLECTION_TYPE_DIFFUSE` should have a camel case name such as `ReflectionTypeDiffuse` Oct 15 04:15:07.607 INFO kablam! --> src/material.rs:7:5 Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! 7 | REFLECTION_TYPE_DIFFUSE, Oct 15 04:15:07.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 04:15:07.607 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: variant `REFLECTION_TYPE_SPECULAR` should have a camel case name such as `ReflectionTypeSpecular` Oct 15 04:15:07.607 INFO kablam! --> src/material.rs:8:5 Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! 8 | REFLECTION_TYPE_SPECULAR, Oct 15 04:15:07.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:07.607 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: variant `REFLECTION_TYPE_REFRACTION` should have a camel case name such as `ReflectionTypeRefraction` Oct 15 04:15:07.607 INFO kablam! --> src/material.rs:9:5 Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! 9 | REFLECTION_TYPE_REFRACTION, Oct 15 04:15:07.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:07.607 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 04:15:07.607 INFO kablam! --> src/ppm.rs:50:9 Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! 50 | file.write_all(data.as_bytes()); Oct 15 04:15:07.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 04:15:07.607 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 04:15:07.607 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: variable `D4` should have a snake case name such as `d4` Oct 15 04:15:07.607 INFO kablam! --> src/sphere.rs:31:13 Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! 31 | let D4 = b * b - dot(p_o, p_o) + self.radius * self.radius; Oct 15 04:15:07.607 INFO kablam! | ^^ Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:15:07.607 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: variable `sqrt_D4` should have a snake case name such as `sqrt_d4` Oct 15 04:15:07.607 INFO kablam! --> src/sphere.rs:37:13 Oct 15 04:15:07.607 INFO kablam! | Oct 15 04:15:07.607 INFO kablam! 37 | let sqrt_D4 = Sqrt::sqrt(D4); Oct 15 04:15:07.607 INFO kablam! | ^^^^^^^ Oct 15 04:15:07.607 INFO kablam! Oct 15 04:15:07.607 INFO kablam! warning: constant `spheres` should have an upper case name such as `SPHERES` Oct 15 04:15:07.607 INFO kablam! --> src/scene.rs:9:1 Oct 15 04:15:07.608 INFO kablam! | Oct 15 04:15:07.608 INFO kablam! 9 | / pub const spheres : [Sphere;10]= [ Oct 15 04:15:07.608 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:07.608 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:07.608 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:07.608 INFO kablam! ... | Oct 15 04:15:07.608 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:07.608 INFO kablam! 20 | | ]; Oct 15 04:15:07.608 INFO kablam! | |__^ Oct 15 04:15:07.608 INFO kablam! | Oct 15 04:15:07.608 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 04:15:07.608 INFO kablam! Oct 15 04:15:07.608 INFO kablam! warning: variable `R0` should have a snake case name such as `r0` Oct 15 04:15:07.608 INFO kablam! --> src/radiance.rs:96:17 Oct 15 04:15:07.608 INFO kablam! | Oct 15 04:15:07.608 INFO kablam! 96 | let R0 = (a * a) / (b * b); Oct 15 04:15:07.608 INFO kablam! | ^^ Oct 15 04:15:07.608 INFO kablam! Oct 15 04:15:07.608 INFO kablam! warning: variable `Re` should have a snake case name such as `re` Oct 15 04:15:07.608 INFO kablam! --> src/radiance.rs:101:17 Oct 15 04:15:07.608 INFO kablam! | Oct 15 04:15:07.608 INFO kablam! 101 | let Re = R0 + (1.0 - R0) * c.powf(5.0); Oct 15 04:15:07.608 INFO kablam! | ^^ Oct 15 04:15:07.608 INFO kablam! Oct 15 04:15:07.608 INFO kablam! warning: variable `Tr` should have a snake case name such as `tr` Oct 15 04:15:07.608 INFO kablam! --> src/radiance.rs:103:17 Oct 15 04:15:07.608 INFO kablam! | Oct 15 04:15:07.608 INFO kablam! 103 | let Tr = (1.0 - Re) * nnt2; Oct 15 04:15:07.608 INFO kablam! | ^^ Oct 15 04:15:07.608 INFO kablam! Oct 15 04:15:08.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 04:15:08.073 INFO kablam! su: No module specific data is present Oct 15 04:15:08.399 INFO running `"docker" "rm" "-f" "179365766f94b7100afc3d2b2dc1c931bc6fc630a50d766ccb7f9b8ac5ec3d17"` Oct 15 04:15:08.691 INFO blam! 179365766f94b7100afc3d2b2dc1c931bc6fc630a50d766ccb7f9b8ac5ec3d17 Oct 15 04:15:08.696 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.147 INFO blam! 90a8b403ba5a4221dc47a269bc071e0cde973cf317c46a308d230b941450b59c Oct 15 04:15:09.158 INFO running `"docker" "start" "-a" "90a8b403ba5a4221dc47a269bc071e0cde973cf317c46a308d230b941450b59c"` Oct 15 04:15:10.479 INFO kablam! usermod: no changes Oct 15 04:15:10.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 04:15:10.548 INFO kablam! Running /target/debug/deps/edupt-13957ef15111601d Oct 15 04:15:10.555 INFO blam! Oct 15 04:15:10.555 INFO blam! running 0 tests Oct 15 04:15:10.555 INFO blam! Oct 15 04:15:10.555 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:15:10.555 INFO blam! Oct 15 04:15:10.560 INFO kablam! Running /target/debug/deps/executable-8f6a2718c2e1693d Oct 15 04:15:10.561 INFO blam! Oct 15 04:15:10.561 INFO blam! running 0 tests Oct 15 04:15:10.561 INFO blam! Oct 15 04:15:10.561 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:15:10.561 INFO blam! Oct 15 04:15:10.567 INFO kablam! Doc-tests edupt Oct 15 04:15:11.347 INFO blam! Oct 15 04:15:11.347 INFO blam! running 0 tests Oct 15 04:15:11.347 INFO blam! Oct 15 04:15:11.347 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:15:11.347 INFO blam! Oct 15 04:15:11.351 INFO kablam! su: No module specific data is present Oct 15 04:15:12.393 INFO running `"docker" "rm" "-f" "90a8b403ba5a4221dc47a269bc071e0cde973cf317c46a308d230b941450b59c"` Oct 15 04:15:12.655 INFO blam! 90a8b403ba5a4221dc47a269bc071e0cde973cf317c46a308d230b941450b59c