Oct 16 04:21:07.412 INFO testing landon-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:21:07.412 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 16 04:21:07.582 INFO blam! aa5911f32724deebf8715a7021bb267db86ca05fd56e88620a7aba58e6576f4b Oct 16 04:21:07.583 INFO running `"docker" "start" "-a" "aa5911f32724deebf8715a7021bb267db86ca05fd56e88620a7aba58e6576f4b"` Oct 16 04:21:08.138 INFO kablam! usermod: no changes Oct 16 04:21:08.279 INFO kablam! Compiling blender-mesh v0.1.0 Oct 16 04:21:08.279 INFO kablam! Compiling blender-armature v0.0.1 Oct 16 04:21:12.659 INFO kablam! Compiling landon v0.0.1 (/source) Oct 16 04:21:15.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.28s Oct 16 04:21:15.451 INFO kablam! su: No module specific data is present Oct 16 04:21:15.705 INFO running `"docker" "rm" "-f" "aa5911f32724deebf8715a7021bb267db86ca05fd56e88620a7aba58e6576f4b"` Oct 16 04:21:15.798 INFO blam! aa5911f32724deebf8715a7021bb267db86ca05fd56e88620a7aba58e6576f4b Oct 16 04:21:15.804 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 16 04:21:16.064 INFO blam! 7c804eebaf356df641f29e75410fc4ffb1e53e909c2a8deeae01101d812629af Oct 16 04:21:16.064 INFO running `"docker" "start" "-a" "7c804eebaf356df641f29e75410fc4ffb1e53e909c2a8deeae01101d812629af"` Oct 16 04:21:16.435 INFO kablam! usermod: no changes Oct 16 04:21:16.499 INFO kablam! Compiling landon v0.0.1 (/source) Oct 16 04:21:18.639 INFO kablam! warning: unused import: `blender_mesh::BlenderMesh` Oct 16 04:21:18.639 INFO kablam! --> tests/multiple-meshes.rs:8:5 Oct 16 04:21:18.639 INFO kablam! | Oct 16 04:21:18.639 INFO kablam! 8 | use blender_mesh::BlenderMesh; Oct 16 04:21:18.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:18.639 INFO kablam! | Oct 16 04:21:18.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:21:18.639 INFO kablam! Oct 16 04:21:18.639 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 16 04:21:18.639 INFO kablam! --> tests/multiple-meshes.rs:9:5 Oct 16 04:21:18.639 INFO kablam! | Oct 16 04:21:18.639 INFO kablam! 9 | use std::collections::HashMap; Oct 16 04:21:18.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:18.639 INFO kablam! Oct 16 04:21:18.639 INFO kablam! warning: unused import: `std::fs` Oct 16 04:21:18.639 INFO kablam! --> tests/multiple-meshes.rs:11:5 Oct 16 04:21:18.639 INFO kablam! | Oct 16 04:21:18.639 INFO kablam! 11 | use std::fs; Oct 16 04:21:18.639 INFO kablam! | ^^^^^^^ Oct 16 04:21:18.639 INFO kablam! Oct 16 04:21:18.639 INFO kablam! warning: unused import: `std::fs::DirBuilder` Oct 16 04:21:18.639 INFO kablam! --> tests/multiple-meshes.rs:12:5 Oct 16 04:21:18.639 INFO kablam! | Oct 16 04:21:18.639 INFO kablam! 12 | use std::fs::DirBuilder; Oct 16 04:21:18.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:18.639 INFO kablam! Oct 16 04:21:18.639 INFO kablam! warning: unused import: `std::path::PathBuf` Oct 16 04:21:18.639 INFO kablam! --> tests/multiple-meshes.rs:14:5 Oct 16 04:21:18.639 INFO kablam! | Oct 16 04:21:18.639 INFO kablam! 14 | use std::path::PathBuf; Oct 16 04:21:18.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 04:21:18.639 INFO kablam! Oct 16 04:21:18.679 INFO kablam! warning: unused variable: `install_addon` Oct 16 04:21:18.679 INFO kablam! --> tests/textured_cube.rs:14:9 Oct 16 04:21:18.679 INFO kablam! | Oct 16 04:21:18.679 INFO kablam! 14 | let install_addon = &abs_path("install-addon.py"); Oct 16 04:21:18.679 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 04:21:18.679 INFO kablam! | Oct 16 04:21:18.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:21:18.680 INFO kablam! Oct 16 04:21:18.680 INFO kablam! warning: unused variable: `filename` Oct 16 04:21:18.680 INFO kablam! --> tests/textured_cube.rs:37:10 Oct 16 04:21:18.680 INFO kablam! | Oct 16 04:21:18.680 INFO kablam! 37 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 04:21:18.680 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 04:21:18.680 INFO kablam! Oct 16 04:21:18.680 INFO kablam! warning: unused import: `std::fs::File` Oct 16 04:21:18.680 INFO kablam! --> tests/skinned_letter_f.rs:11:5 Oct 16 04:21:18.680 INFO kablam! | Oct 16 04:21:18.680 INFO kablam! 11 | use std::fs::File; Oct 16 04:21:18.680 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 04:21:18.680 INFO kablam! | Oct 16 04:21:18.680 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:21:18.680 INFO kablam! Oct 16 04:21:18.680 INFO kablam! warning: variable does not need to be mutable Oct 16 04:21:18.680 INFO kablam! --> tests/textured_cube.rs:20:9 Oct 16 04:21:18.680 INFO kablam! | Oct 16 04:21:18.680 INFO kablam! 20 | let mut blender_output = Command::new("blender") Oct 16 04:21:18.680 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 04:21:18.680 INFO kablam! | | Oct 16 04:21:18.680 INFO kablam! | help: remove this `mut` Oct 16 04:21:18.680 INFO kablam! | Oct 16 04:21:18.680 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:21:18.680 INFO kablam! Oct 16 04:21:18.695 INFO kablam! warning: unused variable: `install_addon` Oct 16 04:21:18.695 INFO kablam! --> tests/basic_cube.rs:14:9 Oct 16 04:21:18.695 INFO kablam! | Oct 16 04:21:18.695 INFO kablam! 14 | let install_addon = &abs_path("install-addon.py"); Oct 16 04:21:18.695 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 04:21:18.695 INFO kablam! | Oct 16 04:21:18.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:21:18.695 INFO kablam! Oct 16 04:21:18.695 INFO kablam! warning: unused variable: `filename` Oct 16 04:21:18.695 INFO kablam! --> tests/basic_cube.rs:34:10 Oct 16 04:21:18.695 INFO kablam! | Oct 16 04:21:18.695 INFO kablam! 34 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 04:21:18.695 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 04:21:18.695 INFO kablam! Oct 16 04:21:18.707 INFO kablam! warning: variable does not need to be mutable Oct 16 04:21:18.707 INFO kablam! --> tests/basic_cube.rs:20:9 Oct 16 04:21:18.707 INFO kablam! | Oct 16 04:21:18.707 INFO kablam! 20 | let mut blender_output = Command::new("blender") Oct 16 04:21:18.707 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 04:21:18.707 INFO kablam! | | Oct 16 04:21:18.707 INFO kablam! | help: remove this `mut` Oct 16 04:21:18.719 INFO kablam! | Oct 16 04:21:18.719 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:21:18.719 INFO kablam! Oct 16 04:21:18.738 INFO kablam! warning: unused variable: `parsed_armatures` Oct 16 04:21:18.738 INFO kablam! --> tests/multiple-meshes.rs:36:9 Oct 16 04:21:18.738 INFO kablam! | Oct 16 04:21:18.738 INFO kablam! 36 | let parsed_armatures = parse_meshes_from_blender_stdout(&stdout).unwrap(); Oct 16 04:21:18.738 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_parsed_armatures` instead Oct 16 04:21:18.738 INFO kablam! | Oct 16 04:21:18.738 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:21:18.738 INFO kablam! Oct 16 04:21:18.743 INFO kablam! warning: variable does not need to be mutable Oct 16 04:21:18.743 INFO kablam! --> tests/multiple-meshes.rs:25:9 Oct 16 04:21:18.743 INFO kablam! | Oct 16 04:21:18.743 INFO kablam! 25 | let mut blender_output = Command::new("blender") Oct 16 04:21:18.743 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 04:21:18.743 INFO kablam! | | Oct 16 04:21:18.743 INFO kablam! | help: remove this `mut` Oct 16 04:21:18.743 INFO kablam! | Oct 16 04:21:18.743 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:21:18.743 INFO kablam! Oct 16 04:21:18.787 INFO kablam! warning: unused variable: `filename` Oct 16 04:21:18.787 INFO kablam! --> tests/skinned_letter_f.rs:41:10 Oct 16 04:21:18.788 INFO kablam! | Oct 16 04:21:18.788 INFO kablam! 41 | let (filename, mesh) = parsed_meshes.iter().next().unwrap(); Oct 16 04:21:18.788 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 04:21:18.788 INFO kablam! | Oct 16 04:21:18.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:21:18.788 INFO kablam! Oct 16 04:21:18.791 INFO kablam! warning: unused variable: `install_addon` Oct 16 04:21:18.791 INFO kablam! --> tests/skinned_letter_f.rs:54:9 Oct 16 04:21:18.792 INFO kablam! | Oct 16 04:21:18.792 INFO kablam! 54 | let install_addon = &abs_path("./blender-armature/install-armature-to-json.py"); Oct 16 04:21:18.792 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_install_addon` instead Oct 16 04:21:18.793 INFO kablam! Oct 16 04:21:18.793 INFO kablam! warning: unused variable: `filename` Oct 16 04:21:18.793 INFO kablam! --> tests/skinned_letter_f.rs:81:10 Oct 16 04:21:18.794 INFO kablam! | Oct 16 04:21:18.794 INFO kablam! 81 | let (filename, armature) = parsed_armatures.iter().next().unwrap(); Oct 16 04:21:18.794 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 16 04:21:18.794 INFO kablam! Oct 16 04:21:18.811 INFO kablam! warning: variable does not need to be mutable Oct 16 04:21:18.812 INFO kablam! --> tests/skinned_letter_f.rs:23:9 Oct 16 04:21:18.812 INFO kablam! | Oct 16 04:21:18.812 INFO kablam! 23 | let mut blender_output = Command::new("blender") Oct 16 04:21:18.813 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 04:21:18.813 INFO kablam! | | Oct 16 04:21:18.813 INFO kablam! | help: remove this `mut` Oct 16 04:21:18.814 INFO kablam! | Oct 16 04:21:18.814 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:21:18.814 INFO kablam! Oct 16 04:21:18.819 INFO kablam! warning: variable does not need to be mutable Oct 16 04:21:18.819 INFO kablam! --> tests/skinned_letter_f.rs:60:9 Oct 16 04:21:18.820 INFO kablam! | Oct 16 04:21:18.820 INFO kablam! 60 | let mut blender_output = Command::new("blender") Oct 16 04:21:18.820 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 16 04:21:18.821 INFO kablam! | | Oct 16 04:21:18.821 INFO kablam! | help: remove this `mut` Oct 16 04:21:18.821 INFO kablam! Oct 16 04:21:21.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.14s Oct 16 04:21:21.598 INFO kablam! su: No module specific data is present Oct 16 04:21:21.951 INFO running `"docker" "rm" "-f" "7c804eebaf356df641f29e75410fc4ffb1e53e909c2a8deeae01101d812629af"` Oct 16 04:21:22.072 INFO blam! 7c804eebaf356df641f29e75410fc4ffb1e53e909c2a8deeae01101d812629af