Oct 12 04:52:41.258 INFO testing blender-exporter-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:52:41.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 04:52:41.520 INFO blam! 2d5246c220c83bf2c56606a0ccaab9def2a61ff9340eec5ece10d64724dcd32a Oct 12 04:52:41.521 INFO running `"docker" "start" "-a" "2d5246c220c83bf2c56606a0ccaab9def2a61ff9340eec5ece10d64724dcd32a"` Oct 12 04:52:42.057 INFO kablam! usermod: no changes Oct 12 04:52:42.236 INFO kablam! Compiling blender-mesh v0.0.1 Oct 12 04:52:42.237 INFO kablam! Compiling blender-armature v0.0.1 Oct 12 04:52:47.044 INFO kablam! Compiling blender-exporter v0.0.1 (/source) Oct 12 04:52:51.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.72s Oct 12 04:52:51.805 INFO kablam! su: No module specific data is present Oct 12 04:52:52.041 INFO running `"docker" "rm" "-f" "2d5246c220c83bf2c56606a0ccaab9def2a61ff9340eec5ece10d64724dcd32a"` Oct 12 04:52:52.140 INFO blam! 2d5246c220c83bf2c56606a0ccaab9def2a61ff9340eec5ece10d64724dcd32a Oct 12 04:52:52.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 04:52:52.378 INFO blam! 43c62fa2da96821fa0c98e4f087399d3fca70f1e7a72fc3b4f21df125bee26d1 Oct 12 04:52:52.382 INFO running `"docker" "start" "-a" "43c62fa2da96821fa0c98e4f087399d3fca70f1e7a72fc3b4f21df125bee26d1"` Oct 12 04:52:52.842 INFO kablam! usermod: no changes Oct 12 04:52:52.913 INFO kablam! Compiling blender-exporter v0.0.1 (/source) Oct 12 04:52:56.189 INFO kablam! warning: unused variable: `install_addon` Oct 12 04:52:56.189 INFO kablam! --> tests/basic_cube.rs:14:9 Oct 12 04:52:56.189 INFO kablam! | Oct 12 04:52:56.189 INFO kablam! 14 | let install_addon = &abs_path("install-addon.py"); Oct 12 04:52:56.189 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 12 04:52:56.189 INFO kablam! | Oct 12 04:52:56.189 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:52:56.189 INFO kablam! Oct 12 04:52:56.189 INFO kablam! warning: unused variable: `filename` Oct 12 04:52:56.189 INFO kablam! --> tests/basic_cube.rs:34:10 Oct 12 04:52:56.189 INFO kablam! | Oct 12 04:52:56.189 INFO kablam! 34 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 12 04:52:56.189 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 12 04:52:56.190 INFO kablam! Oct 12 04:52:56.196 INFO kablam! warning: variable does not need to be mutable Oct 12 04:52:56.197 INFO kablam! --> tests/basic_cube.rs:20:9 Oct 12 04:52:56.197 INFO kablam! | Oct 12 04:52:56.197 INFO kablam! 20 | let mut blender_output = Command::new("blender") Oct 12 04:52:56.197 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 04:52:56.197 INFO kablam! | | Oct 12 04:52:56.197 INFO kablam! | help: remove this `mut` Oct 12 04:52:56.197 INFO kablam! | Oct 12 04:52:56.197 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:52:56.197 INFO kablam! Oct 12 04:52:56.921 INFO kablam! warning: unused import: `std::fs::File` Oct 12 04:52:56.921 INFO kablam! --> tests/skinned_letter_f.rs:11:5 Oct 12 04:52:56.921 INFO kablam! | Oct 12 04:52:56.921 INFO kablam! 11 | use std::fs::File; Oct 12 04:52:56.921 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:52:56.921 INFO kablam! | Oct 12 04:52:56.922 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:52:56.922 INFO kablam! Oct 12 04:52:57.011 INFO kablam! warning: unused variable: `filename` Oct 12 04:52:57.011 INFO kablam! --> tests/skinned_letter_f.rs:41:10 Oct 12 04:52:57.011 INFO kablam! | Oct 12 04:52:57.011 INFO kablam! 41 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 12 04:52:57.011 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 12 04:52:57.011 INFO kablam! | Oct 12 04:52:57.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:52:57.011 INFO kablam! Oct 12 04:52:57.011 INFO kablam! warning: unused variable: `install_addon` Oct 12 04:52:57.011 INFO kablam! --> tests/skinned_letter_f.rs:54:9 Oct 12 04:52:57.011 INFO kablam! | Oct 12 04:52:57.011 INFO kablam! 54 | let install_addon = &abs_path("./blender-armature/install-armature-to-json.py"); Oct 12 04:52:57.012 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 12 04:52:57.012 INFO kablam! Oct 12 04:52:57.012 INFO kablam! warning: unused variable: `filename` Oct 12 04:52:57.012 INFO kablam! --> tests/skinned_letter_f.rs:82:10 Oct 12 04:52:57.012 INFO kablam! | Oct 12 04:52:57.012 INFO kablam! 82 | let (filename, armature) = parsed_armatures.iter().next().unwrap(); Oct 12 04:52:57.012 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 12 04:52:57.012 INFO kablam! Oct 12 04:52:57.019 INFO kablam! warning: variable does not need to be mutable Oct 12 04:52:57.019 INFO kablam! --> tests/skinned_letter_f.rs:23:9 Oct 12 04:52:57.019 INFO kablam! | Oct 12 04:52:57.019 INFO kablam! 23 | let mut blender_output = Command::new("blender") Oct 12 04:52:57.019 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 04:52:57.019 INFO kablam! | | Oct 12 04:52:57.019 INFO kablam! | help: remove this `mut` Oct 12 04:52:57.019 INFO kablam! | Oct 12 04:52:57.019 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:52:57.020 INFO kablam! Oct 12 04:52:57.026 INFO kablam! warning: variable does not need to be mutable Oct 12 04:52:57.026 INFO kablam! --> tests/skinned_letter_f.rs:60:9 Oct 12 04:52:57.026 INFO kablam! | Oct 12 04:52:57.027 INFO kablam! 60 | let mut blender_output = Command::new("blender") Oct 12 04:52:57.027 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 04:52:57.027 INFO kablam! | | Oct 12 04:52:57.027 INFO kablam! | help: remove this `mut` Oct 12 04:52:57.027 INFO kablam! Oct 12 04:52:58.022 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.16s Oct 12 04:52:58.027 INFO kablam! su: No module specific data is present Oct 12 04:52:58.363 INFO running `"docker" "rm" "-f" "43c62fa2da96821fa0c98e4f087399d3fca70f1e7a72fc3b4f21df125bee26d1"` Oct 12 04:52:58.624 INFO blam! 43c62fa2da96821fa0c98e4f087399d3fca70f1e7a72fc3b4f21df125bee26d1