Oct 15 07:13:31.238 INFO testing RubenTipparach/rustysponge against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:13:31.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:13:31.714 INFO blam! 82376e307381419aca0d1e4f7a099a66adbdeeaf4729c081f8f471fdc9243e16 Oct 15 07:13:31.715 INFO running `"docker" "start" "-a" "82376e307381419aca0d1e4f7a099a66adbdeeaf4729c081f8f471fdc9243e16"` Oct 15 07:13:32.698 INFO kablam! usermod: no changes Oct 15 07:13:33.062 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 07:13:33.067 INFO kablam! Compiling tempfile v2.1.6 Oct 15 07:13:33.067 INFO kablam! Compiling png v0.6.2 Oct 15 07:13:33.068 INFO kablam! Compiling glutin v0.7.4 Oct 15 07:13:33.069 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 07:13:33.070 INFO kablam! Compiling glutin v0.8.1 Oct 15 07:13:33.087 INFO kablam! Compiling pistoncore-event_loop v0.27.0 Oct 15 07:13:33.095 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 07:13:42.883 INFO kablam! Compiling piston v0.27.0 Oct 15 07:13:42.939 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 07:13:43.027 INFO kablam! Compiling libloading v0.3.4 Oct 15 07:13:49.599 INFO kablam! Compiling rayon v0.8.2 Oct 15 07:13:54.451 INFO kablam! Compiling dlib v0.3.1 Oct 15 07:13:56.199 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 07:13:56.199 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 07:14:02.087 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 07:14:02.094 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 07:14:02.387 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 07:14:04.243 INFO kablam! Compiling gfx_device_gl v0.12.0 Oct 15 07:14:08.728 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 07:14:08.728 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 07:14:10.927 INFO kablam! Compiling image v0.12.4 Oct 15 07:14:10.927 INFO kablam! Compiling image v0.14.0 Oct 15 07:14:12.231 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 07:14:12.231 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 07:14:16.279 INFO kablam! Compiling winit v0.6.4 Oct 15 07:14:25.692 INFO kablam! Compiling winit v0.5.11 Oct 15 07:14:57.904 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 15 07:14:58.515 INFO kablam! Compiling pistoncore-glutin_window v0.33.0 Oct 15 07:15:02.928 INFO kablam! Compiling piston2d-opengl_graphics v0.44.0 Oct 15 07:15:07.021 INFO kablam! Compiling piston-gfx_texture v0.20.0 Oct 15 07:15:15.223 INFO kablam! Compiling piston2d-gfx_graphics v0.35.0 Oct 15 07:15:20.519 INFO kablam! Compiling piston_window v0.61.0 Oct 15 07:15:23.495 INFO kablam! Compiling pong v0.1.0 (/source) Oct 15 07:15:26.103 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:26.103 INFO kablam! --> src/main.rs:105:12 Oct 15 07:15:26.104 INFO kablam! | Oct 15 07:15:26.104 INFO kablam! 105 | if (self.px > (self.x + -25.0) Oct 15 07:15:26.105 INFO kablam! | ____________^ Oct 15 07:15:26.105 INFO kablam! 106 | | && (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 15 07:15:26.106 INFO kablam! 107 | | ) Oct 15 07:15:26.106 INFO kablam! | |_________^ Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 07:15:26.106 INFO kablam! help: remove these parentheses Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! 105 | if self.px > (self.x + -25.0) && Oct 15 07:15:26.106 INFO kablam! 106 | (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! Oct 15 07:15:26.106 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:26.106 INFO kablam! --> src/main.rs:115:12 Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! 115 | if (self.px < (self.ex + 25.0) Oct 15 07:15:26.106 INFO kablam! | ____________^ Oct 15 07:15:26.106 INFO kablam! 116 | | && (self.py > self.ey - 25.0 && self.py < self.ey + 25.0)) Oct 15 07:15:26.106 INFO kablam! | |__________________________________________________________________^ Oct 15 07:15:26.106 INFO kablam! help: remove these parentheses Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! 115 | if self.px < (self.ex + 25.0) && Oct 15 07:15:26.106 INFO kablam! 116 | (self.py > self.ey - 25.0 && self.py < self.ey + 25.0) Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! Oct 15 07:15:26.106 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:26.106 INFO kablam! --> src/main.rs:124:11 Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! 124 | if(self.py > self.height as f64 / 2.0 || self.py < self.height as f64 / -2.0 ) Oct 15 07:15:26.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:15:26.106 INFO kablam! Oct 15 07:15:26.106 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:26.106 INFO kablam! --> src/main.rs:135:11 Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! 135 | if(self.px > self.width as f64/2.0 || self.px < -1.0*(self.width as f64)/2.0) Oct 15 07:15:26.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:26.106 INFO kablam! help: remove these parentheses Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! 135 | ifself.px > self.width as f64 / 2.0 || Oct 15 07:15:26.106 INFO kablam! 136 | self.px < -1.0 * (self.width as f64) / 2.0 Oct 15 07:15:26.106 INFO kablam! | Oct 15 07:15:26.106 INFO kablam! Oct 15 07:15:26.187 INFO kablam! warning: unused variable: `args` Oct 15 07:15:26.187 INFO kablam! --> src/main.rs:97:26 Oct 15 07:15:26.187 INFO kablam! | Oct 15 07:15:26.188 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 15 07:15:26.188 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 07:15:26.189 INFO kablam! | Oct 15 07:15:26.189 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:15:26.189 INFO kablam! Oct 15 07:15:26.205 INFO kablam! warning: method is never used: `move_x` Oct 15 07:15:26.205 INFO kablam! --> src/main.rs:146:5 Oct 15 07:15:26.205 INFO kablam! | Oct 15 07:15:26.206 INFO kablam! 146 | fn move_x(&mut self, val: f64) Oct 15 07:15:26.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:26.206 INFO kablam! | Oct 15 07:15:26.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:15:26.207 INFO kablam! Oct 15 07:15:26.207 INFO kablam! warning: method is never used: `move_ex` Oct 15 07:15:26.207 INFO kablam! --> src/main.rs:156:5 Oct 15 07:15:26.208 INFO kablam! | Oct 15 07:15:26.208 INFO kablam! 156 | fn move_ex(&mut self, val: f64) Oct 15 07:15:26.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:26.208 INFO kablam! Oct 15 07:15:26.209 INFO kablam! warning: variable `pongBall` should have a snake case name such as `pong_ball` Oct 15 07:15:26.209 INFO kablam! --> src/main.rs:53:13 Oct 15 07:15:26.209 INFO kablam! | Oct 15 07:15:26.209 INFO kablam! 53 | let pongBall = rectangle::square(0.0, 0.0, 10.0); Oct 15 07:15:26.210 INFO kablam! | ^^^^^^^^ Oct 15 07:15:26.210 INFO kablam! | Oct 15 07:15:26.210 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:15:26.210 INFO kablam! Oct 15 07:15:26.211 INFO kablam! warning: variable `playerTransform` should have a snake case name such as `player_transform` Oct 15 07:15:26.211 INFO kablam! --> src/main.rs:72:17 Oct 15 07:15:26.211 INFO kablam! | Oct 15 07:15:26.211 INFO kablam! 72 | let playerTransform = c.transform.trans(x , y) Oct 15 07:15:26.212 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:15:26.212 INFO kablam! Oct 15 07:15:26.212 INFO kablam! warning: variable `enemyTransform` should have a snake case name such as `enemy_transform` Oct 15 07:15:26.212 INFO kablam! --> src/main.rs:79:17 Oct 15 07:15:26.213 INFO kablam! | Oct 15 07:15:26.213 INFO kablam! 79 | let enemyTransform = c.transform.trans(ex , ey) Oct 15 07:15:26.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:15:26.213 INFO kablam! Oct 15 07:15:26.214 INFO kablam! warning: variable `pongTransform` should have a snake case name such as `pong_transform` Oct 15 07:15:26.214 INFO kablam! --> src/main.rs:87:16 Oct 15 07:15:26.214 INFO kablam! | Oct 15 07:15:26.214 INFO kablam! 87 | let pongTransform = c.transform.trans(px , py) Oct 15 07:15:26.215 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:15:26.215 INFO kablam! Oct 15 07:15:29.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 57s Oct 15 07:15:29.855 INFO kablam! su: No module specific data is present Oct 15 07:15:30.835 INFO running `"docker" "rm" "-f" "82376e307381419aca0d1e4f7a099a66adbdeeaf4729c081f8f471fdc9243e16"` Oct 15 07:15:31.219 INFO blam! 82376e307381419aca0d1e4f7a099a66adbdeeaf4729c081f8f471fdc9243e16 Oct 15 07:15:31.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:15:31.563 INFO blam! 561d025ed32051d27846217bd44c86aaeda56968d060555f4d7cb55eb7941637 Oct 15 07:15:31.569 INFO running `"docker" "start" "-a" "561d025ed32051d27846217bd44c86aaeda56968d060555f4d7cb55eb7941637"` Oct 15 07:15:32.811 INFO kablam! usermod: no changes Oct 15 07:15:33.151 INFO kablam! Compiling pong v0.1.0 (/source) Oct 15 07:15:35.745 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:35.746 INFO kablam! --> src/main.rs:105:12 Oct 15 07:15:35.746 INFO kablam! | Oct 15 07:15:35.746 INFO kablam! 105 | if (self.px > (self.x + -25.0) Oct 15 07:15:35.747 INFO kablam! | ____________^ Oct 15 07:15:35.747 INFO kablam! 106 | | && (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 15 07:15:35.747 INFO kablam! 107 | | ) Oct 15 07:15:35.748 INFO kablam! | |_________^ Oct 15 07:15:35.748 INFO kablam! | Oct 15 07:15:35.748 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 07:15:35.749 INFO kablam! help: remove these parentheses Oct 15 07:15:35.749 INFO kablam! | Oct 15 07:15:35.749 INFO kablam! 105 | if self.px > (self.x + -25.0) && Oct 15 07:15:35.749 INFO kablam! 106 | (self.py > self.y - 25.0 && self.py < self.y + 25.0) Oct 15 07:15:35.750 INFO kablam! | Oct 15 07:15:35.750 INFO kablam! Oct 15 07:15:35.750 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:35.751 INFO kablam! --> src/main.rs:115:12 Oct 15 07:15:35.751 INFO kablam! | Oct 15 07:15:35.751 INFO kablam! 115 | if (self.px < (self.ex + 25.0) Oct 15 07:15:35.752 INFO kablam! | ____________^ Oct 15 07:15:35.752 INFO kablam! 116 | | && (self.py > self.ey - 25.0 && self.py < self.ey + 25.0)) Oct 15 07:15:35.752 INFO kablam! | |__________________________________________________________________^ Oct 15 07:15:35.753 INFO kablam! help: remove these parentheses Oct 15 07:15:35.753 INFO kablam! | Oct 15 07:15:35.753 INFO kablam! 115 | if self.px < (self.ex + 25.0) && Oct 15 07:15:35.754 INFO kablam! 116 | (self.py > self.ey - 25.0 && self.py < self.ey + 25.0) Oct 15 07:15:35.754 INFO kablam! | Oct 15 07:15:35.754 INFO kablam! Oct 15 07:15:35.755 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:35.755 INFO kablam! --> src/main.rs:124:11 Oct 15 07:15:35.755 INFO kablam! | Oct 15 07:15:35.755 INFO kablam! 124 | if(self.py > self.height as f64 / 2.0 || self.py < self.height as f64 / -2.0 ) Oct 15 07:15:35.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 07:15:35.756 INFO kablam! Oct 15 07:15:35.756 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 07:15:35.757 INFO kablam! --> src/main.rs:135:11 Oct 15 07:15:35.757 INFO kablam! | Oct 15 07:15:35.757 INFO kablam! 135 | if(self.px > self.width as f64/2.0 || self.px < -1.0*(self.width as f64)/2.0) Oct 15 07:15:35.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:35.758 INFO kablam! help: remove these parentheses Oct 15 07:15:35.758 INFO kablam! | Oct 15 07:15:35.759 INFO kablam! 135 | ifself.px > self.width as f64 / 2.0 || Oct 15 07:15:35.759 INFO kablam! 136 | self.px < -1.0 * (self.width as f64) / 2.0 Oct 15 07:15:35.759 INFO kablam! | Oct 15 07:15:35.759 INFO kablam! Oct 15 07:15:35.855 INFO kablam! warning: unused variable: `args` Oct 15 07:15:35.855 INFO kablam! --> src/main.rs:97:26 Oct 15 07:15:35.855 INFO kablam! | Oct 15 07:15:35.855 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 15 07:15:35.855 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 07:15:35.855 INFO kablam! | Oct 15 07:15:35.855 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:15:35.855 INFO kablam! Oct 15 07:15:35.871 INFO kablam! warning: method is never used: `move_x` Oct 15 07:15:35.871 INFO kablam! --> src/main.rs:146:5 Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! 146 | fn move_x(&mut self, val: f64) Oct 15 07:15:35.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:15:35.871 INFO kablam! Oct 15 07:15:35.871 INFO kablam! warning: method is never used: `move_ex` Oct 15 07:15:35.871 INFO kablam! --> src/main.rs:156:5 Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! 156 | fn move_ex(&mut self, val: f64) Oct 15 07:15:35.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:15:35.871 INFO kablam! Oct 15 07:15:35.871 INFO kablam! warning: variable `pongBall` should have a snake case name such as `pong_ball` Oct 15 07:15:35.871 INFO kablam! --> src/main.rs:53:13 Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! 53 | let pongBall = rectangle::square(0.0, 0.0, 10.0); Oct 15 07:15:35.871 INFO kablam! | ^^^^^^^^ Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:15:35.871 INFO kablam! Oct 15 07:15:35.871 INFO kablam! warning: variable `playerTransform` should have a snake case name such as `player_transform` Oct 15 07:15:35.871 INFO kablam! --> src/main.rs:72:17 Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! 72 | let playerTransform = c.transform.trans(x , y) Oct 15 07:15:35.871 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:15:35.871 INFO kablam! Oct 15 07:15:35.871 INFO kablam! warning: variable `enemyTransform` should have a snake case name such as `enemy_transform` Oct 15 07:15:35.871 INFO kablam! --> src/main.rs:79:17 Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! 79 | let enemyTransform = c.transform.trans(ex , ey) Oct 15 07:15:35.871 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:15:35.871 INFO kablam! Oct 15 07:15:35.871 INFO kablam! warning: variable `pongTransform` should have a snake case name such as `pong_transform` Oct 15 07:15:35.871 INFO kablam! --> src/main.rs:87:16 Oct 15 07:15:35.871 INFO kablam! | Oct 15 07:15:35.871 INFO kablam! 87 | let pongTransform = c.transform.trans(px , py) Oct 15 07:15:35.871 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:15:35.871 INFO kablam! Oct 15 07:15:36.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.60s Oct 15 07:15:36.453 INFO kablam! su: No module specific data is present Oct 15 07:15:37.730 INFO running `"docker" "rm" "-f" "561d025ed32051d27846217bd44c86aaeda56968d060555f4d7cb55eb7941637"` Oct 15 07:15:37.967 INFO blam! 561d025ed32051d27846217bd44c86aaeda56968d060555f4d7cb55eb7941637 Oct 15 07:15:37.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:15:38.404 INFO blam! 73da465a9721adcabb99b4ec637bec046faadeb449f724659e38a38b5924a406 Oct 15 07:15:38.415 INFO running `"docker" "start" "-a" "73da465a9721adcabb99b4ec637bec046faadeb449f724659e38a38b5924a406"` Oct 15 07:15:39.742 INFO kablam! usermod: no changes Oct 15 07:15:40.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 15 07:15:40.066 INFO kablam! Running /target/debug/deps/pong-4f92edec57824b85 Oct 15 07:15:40.071 INFO blam! Oct 15 07:15:40.071 INFO blam! running 0 tests Oct 15 07:15:40.071 INFO blam! Oct 15 07:15:40.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:15:40.071 INFO blam! Oct 15 07:15:40.075 INFO kablam! su: No module specific data is present Oct 15 07:15:41.416 INFO running `"docker" "rm" "-f" "73da465a9721adcabb99b4ec637bec046faadeb449f724659e38a38b5924a406"` Oct 15 07:15:41.731 INFO blam! 73da465a9721adcabb99b4ec637bec046faadeb449f724659e38a38b5924a406