Oct 16 16:43:46.850 INFO testing blender-exporter-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:43:46.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 16:43:47.335 INFO blam! d5a216c6c3ade36d41d8c691b2316d67f51dec64047df4b25ce5a7e9e2981596 Oct 16 16:43:47.341 INFO running `"docker" "start" "-a" "d5a216c6c3ade36d41d8c691b2316d67f51dec64047df4b25ce5a7e9e2981596"` Oct 16 16:43:48.407 INFO kablam! usermod: no changes Oct 16 16:43:48.595 INFO kablam! Compiling blender-armature v0.0.1 Oct 16 16:43:48.603 INFO kablam! Compiling blender-mesh v0.0.1 Oct 16 16:43:53.977 INFO kablam! Compiling blender-exporter v0.0.1 (/source) Oct 16 16:43:55.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.44s Oct 16 16:43:55.888 INFO kablam! su: No module specific data is present Oct 16 16:43:56.477 INFO running `"docker" "rm" "-f" "d5a216c6c3ade36d41d8c691b2316d67f51dec64047df4b25ce5a7e9e2981596"` Oct 16 16:43:56.587 INFO blam! d5a216c6c3ade36d41d8c691b2316d67f51dec64047df4b25ce5a7e9e2981596 Oct 16 16:43:56.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 16:43:56.759 INFO blam! b836df10613da2bb1a6a8b07e386914e5cb234bb2afbb5f2122dea936d030ea8 Oct 16 16:43:56.765 INFO running `"docker" "start" "-a" "b836df10613da2bb1a6a8b07e386914e5cb234bb2afbb5f2122dea936d030ea8"` Oct 16 16:43:57.255 INFO kablam! usermod: no changes Oct 16 16:43:57.324 INFO kablam! Compiling blender-exporter v0.0.1 (/source) Oct 16 16:43:59.923 INFO kablam! warning: unused variable: `install_addon` Oct 16 16:43:59.924 INFO kablam! --> tests/basic_cube.rs:14:9 Oct 16 16:43:59.925 INFO kablam! | Oct 16 16:43:59.925 INFO kablam! 14 | let install_addon = &abs_path("install-addon.py"); Oct 16 16:43:59.925 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 16:43:59.926 INFO kablam! | Oct 16 16:43:59.926 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:43:59.926 INFO kablam! Oct 16 16:43:59.926 INFO kablam! warning: unused variable: `filename` Oct 16 16:43:59.931 INFO kablam! --> tests/basic_cube.rs:34:10 Oct 16 16:43:59.931 INFO kablam! | Oct 16 16:43:59.931 INFO kablam! 34 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 16:43:59.931 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 16:43:59.931 INFO kablam! Oct 16 16:43:59.955 INFO kablam! warning: unused import: `std::fs::File` Oct 16 16:43:59.955 INFO kablam! --> tests/skinned_letter_f.rs:11:5 Oct 16 16:43:59.955 INFO kablam! | Oct 16 16:43:59.955 INFO kablam! 11 | use std::fs::File; Oct 16 16:43:59.955 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:43:59.955 INFO kablam! | Oct 16 16:43:59.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:43:59.955 INFO kablam! Oct 16 16:43:59.973 INFO kablam! warning: variable does not need to be mutable Oct 16 16:43:59.973 INFO kablam! --> tests/basic_cube.rs:20:9 Oct 16 16:43:59.974 INFO kablam! | Oct 16 16:43:59.974 INFO kablam! 20 | let mut blender_output = Command::new("blender") Oct 16 16:43:59.974 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 16:43:59.975 INFO kablam! | | Oct 16 16:43:59.975 INFO kablam! | help: remove this `mut` Oct 16 16:43:59.975 INFO kablam! | Oct 16 16:43:59.976 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:43:59.976 INFO kablam! Oct 16 16:44:00.067 INFO kablam! warning: unused variable: `filename` Oct 16 16:44:00.067 INFO kablam! --> tests/skinned_letter_f.rs:41:10 Oct 16 16:44:00.067 INFO kablam! | Oct 16 16:44:00.067 INFO kablam! 41 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 16:44:00.067 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 16:44:00.067 INFO kablam! | Oct 16 16:44:00.067 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:44:00.067 INFO kablam! Oct 16 16:44:00.068 INFO kablam! warning: unused variable: `install_addon` Oct 16 16:44:00.068 INFO kablam! --> tests/skinned_letter_f.rs:54:9 Oct 16 16:44:00.069 INFO kablam! | Oct 16 16:44:00.069 INFO kablam! 54 | let install_addon = &abs_path("./blender-armature/install-armature-to-json.py"); Oct 16 16:44:00.069 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 16:44:00.069 INFO kablam! Oct 16 16:44:00.069 INFO kablam! warning: unused variable: `filename` Oct 16 16:44:00.069 INFO kablam! --> tests/skinned_letter_f.rs:82:10 Oct 16 16:44:00.069 INFO kablam! | Oct 16 16:44:00.069 INFO kablam! 82 | let (filename, armature) = parsed_armatures.iter().next().unwrap(); Oct 16 16:44:00.069 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 16:44:00.069 INFO kablam! Oct 16 16:44:00.083 INFO kablam! warning: variable does not need to be mutable Oct 16 16:44:00.083 INFO kablam! --> tests/skinned_letter_f.rs:23:9 Oct 16 16:44:00.083 INFO kablam! | Oct 16 16:44:00.083 INFO kablam! 23 | let mut blender_output = Command::new("blender") Oct 16 16:44:00.083 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 16:44:00.083 INFO kablam! | | Oct 16 16:44:00.083 INFO kablam! | help: remove this `mut` Oct 16 16:44:00.083 INFO kablam! | Oct 16 16:44:00.083 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:44:00.083 INFO kablam! Oct 16 16:44:00.103 INFO kablam! warning: variable does not need to be mutable Oct 16 16:44:00.103 INFO kablam! --> tests/skinned_letter_f.rs:60:9 Oct 16 16:44:00.103 INFO kablam! | Oct 16 16:44:00.103 INFO kablam! 60 | let mut blender_output = Command::new("blender") Oct 16 16:44:00.103 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 16:44:00.103 INFO kablam! | | Oct 16 16:44:00.103 INFO kablam! | help: remove this `mut` Oct 16 16:44:00.103 INFO kablam! Oct 16 16:44:01.489 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.21s Oct 16 16:44:01.503 INFO kablam! su: No module specific data is present Oct 16 16:44:01.899 INFO running `"docker" "rm" "-f" "b836df10613da2bb1a6a8b07e386914e5cb234bb2afbb5f2122dea936d030ea8"` Oct 16 16:44:02.100 INFO blam! b836df10613da2bb1a6a8b07e386914e5cb234bb2afbb5f2122dea936d030ea8