Oct 16 16:43:45.659 INFO testing blender-exporter-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:43:45.659 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 16:43:45.955 INFO blam! 91f602a700a685e370eac183992690f4914da89b261508d6648afc3fdadcaf9a Oct 16 16:43:45.961 INFO running `"docker" "start" "-a" "91f602a700a685e370eac183992690f4914da89b261508d6648afc3fdadcaf9a"` Oct 16 16:43:46.449 INFO kablam! usermod: no changes Oct 16 16:43:46.564 INFO kablam! Compiling blender-mesh v0.0.1 Oct 16 16:43:46.564 INFO kablam! Compiling blender-armature v0.0.1 Oct 16 16:43:52.735 INFO kablam! Compiling blender-exporter v0.0.1 (/source) Oct 16 16:43:56.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.60s Oct 16 16:43:56.086 INFO kablam! su: No module specific data is present Oct 16 16:43:56.650 INFO running `"docker" "rm" "-f" "91f602a700a685e370eac183992690f4914da89b261508d6648afc3fdadcaf9a"` Oct 16 16:43:56.737 INFO blam! 91f602a700a685e370eac183992690f4914da89b261508d6648afc3fdadcaf9a Oct 16 16:43:56.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 16:43:57.051 INFO blam! f444ae5aff72d9c5795358332b82595f2b8f0e61dc8030ef493f36bf5393e31c Oct 16 16:43:57.058 INFO running `"docker" "start" "-a" "f444ae5aff72d9c5795358332b82595f2b8f0e61dc8030ef493f36bf5393e31c"` Oct 16 16:43:57.487 INFO kablam! usermod: no changes Oct 16 16:43:57.607 INFO kablam! Compiling blender-exporter v0.0.1 (/source) Oct 16 16:44:00.573 INFO kablam! warning: unused import: `std::fs::File` Oct 16 16:44:00.573 INFO kablam! --> tests/skinned_letter_f.rs:11:5 Oct 16 16:44:00.573 INFO kablam! | Oct 16 16:44:00.573 INFO kablam! 11 | use std::fs::File; Oct 16 16:44:00.573 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:44:00.573 INFO kablam! | Oct 16 16:44:00.573 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:44:00.573 INFO kablam! Oct 16 16:44:00.699 INFO kablam! warning: unused variable: `filename` Oct 16 16:44:00.699 INFO kablam! --> tests/skinned_letter_f.rs:41:10 Oct 16 16:44:00.699 INFO kablam! | Oct 16 16:44:00.699 INFO kablam! 41 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 16:44:00.699 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 16:44:00.699 INFO kablam! | Oct 16 16:44:00.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:44:00.699 INFO kablam! Oct 16 16:44:00.699 INFO kablam! warning: unused variable: `install_addon` Oct 16 16:44:00.699 INFO kablam! --> tests/skinned_letter_f.rs:54:9 Oct 16 16:44:00.699 INFO kablam! | Oct 16 16:44:00.699 INFO kablam! 54 | let install_addon = &abs_path("./blender-armature/install-armature-to-json.py"); Oct 16 16:44:00.700 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 16:44:00.700 INFO kablam! Oct 16 16:44:00.700 INFO kablam! warning: unused variable: `filename` Oct 16 16:44:00.700 INFO kablam! --> tests/skinned_letter_f.rs:82:10 Oct 16 16:44:00.700 INFO kablam! | Oct 16 16:44:00.700 INFO kablam! 82 | let (filename, armature) = parsed_armatures.iter().next().unwrap(); Oct 16 16:44:00.700 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 16:44:00.700 INFO kablam! Oct 16 16:44:00.710 INFO kablam! warning: variable does not need to be mutable Oct 16 16:44:00.710 INFO kablam! --> tests/skinned_letter_f.rs:23:9 Oct 16 16:44:00.710 INFO kablam! | Oct 16 16:44:00.710 INFO kablam! 23 | let mut blender_output = Command::new("blender") Oct 16 16:44:00.710 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 16:44:00.710 INFO kablam! | | Oct 16 16:44:00.710 INFO kablam! | help: remove this `mut` Oct 16 16:44:00.711 INFO kablam! | Oct 16 16:44:00.711 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:44:00.711 INFO kablam! Oct 16 16:44:00.717 INFO kablam! warning: variable does not need to be mutable Oct 16 16:44:00.717 INFO kablam! --> tests/skinned_letter_f.rs:60:9 Oct 16 16:44:00.717 INFO kablam! | Oct 16 16:44:00.717 INFO kablam! 60 | let mut blender_output = Command::new("blender") Oct 16 16:44:00.717 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 16:44:00.718 INFO kablam! | | Oct 16 16:44:00.718 INFO kablam! | help: remove this `mut` Oct 16 16:44:00.718 INFO kablam! Oct 16 16:44:01.333 INFO kablam! warning: unused variable: `install_addon` Oct 16 16:44:01.334 INFO kablam! --> tests/basic_cube.rs:14:9 Oct 16 16:44:01.334 INFO kablam! | Oct 16 16:44:01.335 INFO kablam! 14 | let install_addon = &abs_path("install-addon.py"); Oct 16 16:44:01.335 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 16:44:01.335 INFO kablam! | Oct 16 16:44:01.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 16:44:01.336 INFO kablam! Oct 16 16:44:01.339 INFO kablam! warning: unused variable: `filename` Oct 16 16:44:01.339 INFO kablam! --> tests/basic_cube.rs:34:10 Oct 16 16:44:01.339 INFO kablam! | Oct 16 16:44:01.340 INFO kablam! 34 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 16:44:01.340 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 16:44:01.340 INFO kablam! Oct 16 16:44:01.345 INFO kablam! warning: variable does not need to be mutable Oct 16 16:44:01.345 INFO kablam! --> tests/basic_cube.rs:20:9 Oct 16 16:44:01.345 INFO kablam! | Oct 16 16:44:01.347 INFO kablam! 20 | let mut blender_output = Command::new("blender") Oct 16 16:44:01.347 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 16:44:01.347 INFO kablam! | | Oct 16 16:44:01.347 INFO kablam! | help: remove this `mut` Oct 16 16:44:01.347 INFO kablam! | Oct 16 16:44:01.347 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:44:01.347 INFO kablam! Oct 16 16:44:02.173 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.65s Oct 16 16:44:02.173 INFO kablam! su: No module specific data is present Oct 16 16:44:02.601 INFO running `"docker" "rm" "-f" "f444ae5aff72d9c5795358332b82595f2b8f0e61dc8030ef493f36bf5393e31c"` Oct 16 16:44:02.671 INFO blam! f444ae5aff72d9c5795358332b82595f2b8f0e61dc8030ef493f36bf5393e31c