Oct 14 16:15:46.419 INFO testing joris-r/grandbec against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:15:46.421 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 14 16:15:46.935 INFO blam! 1858aef00d684fae7b61111e9d74a7fb1f95c26dfde5f4e2a8a08bf5a8a9a4db Oct 14 16:15:46.941 INFO running `"docker" "start" "-a" "1858aef00d684fae7b61111e9d74a7fb1f95c26dfde5f4e2a8a08bf5a8a9a4db"` Oct 14 16:15:48.195 INFO kablam! usermod: no changes Oct 14 16:15:48.403 INFO kablam! Compiling libc v0.2.23 Oct 14 16:15:48.407 INFO kablam! Compiling serde_json v1.0.2 Oct 14 16:15:49.703 INFO kablam! Compiling glib-sys v0.3.4 Oct 14 16:15:49.703 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 14 16:15:49.703 INFO kablam! Compiling rand v0.3.15 Oct 14 16:15:56.464 INFO kablam! Compiling gobject-sys v0.3.4 Oct 14 16:15:57.583 INFO kablam! Compiling gio-sys v0.3.4 Oct 14 16:15:57.583 INFO kablam! Compiling glib v0.1.3 Oct 14 16:15:57.591 INFO kablam! Compiling pango-sys v0.3.4 Oct 14 16:15:57.591 INFO kablam! Compiling atk-sys v0.3.4 Oct 14 16:16:03.463 INFO kablam! Compiling pango v0.1.3 Oct 14 16:16:03.463 INFO kablam! Compiling cairo-rs v0.1.3 Oct 14 16:16:04.518 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 14 16:16:04.518 INFO kablam! Compiling gio v0.1.3 Oct 14 16:16:05.911 INFO kablam! Compiling gdk-sys v0.3.4 Oct 14 16:16:05.911 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 14 16:16:10.331 INFO kablam! Compiling gtk-sys v0.3.4 Oct 14 16:16:10.331 INFO kablam! Compiling gdk v0.5.3 Oct 14 16:16:18.281 INFO kablam! Compiling gtk v0.1.3 Oct 14 16:16:50.000 INFO kablam! Compiling grandbec v0.1.0 (/source) Oct 14 16:16:51.039 INFO kablam! warning: variable does not need to be mutable Oct 14 16:16:51.039 INFO kablam! --> src/gui_goods.rs:112:17 Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! 112 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:16:51.039 INFO kablam! | ----^ Oct 14 16:16:51.039 INFO kablam! | | Oct 14 16:16:51.039 INFO kablam! | help: remove this `mut` Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:16:51.039 INFO kablam! Oct 14 16:16:51.039 INFO kablam! warning: variable does not need to be mutable Oct 14 16:16:51.039 INFO kablam! --> src/gui_goods.rs:130:17 Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! 130 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:16:51.039 INFO kablam! | ----^ Oct 14 16:16:51.039 INFO kablam! | | Oct 14 16:16:51.039 INFO kablam! | help: remove this `mut` Oct 14 16:16:51.039 INFO kablam! Oct 14 16:16:51.039 INFO kablam! warning: variable does not need to be mutable Oct 14 16:16:51.039 INFO kablam! --> src/gui_goods.rs:144:17 Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! 144 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:16:51.039 INFO kablam! | ----^ Oct 14 16:16:51.039 INFO kablam! | | Oct 14 16:16:51.039 INFO kablam! | help: remove this `mut` Oct 14 16:16:51.039 INFO kablam! Oct 14 16:16:51.039 INFO kablam! warning: variable does not need to be mutable Oct 14 16:16:51.039 INFO kablam! --> src/gui_goods.rs:169:17 Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! 169 | let mut i = data.get_ingredient_mut(i_id); Oct 14 16:16:51.039 INFO kablam! | ----^ Oct 14 16:16:51.039 INFO kablam! | | Oct 14 16:16:51.039 INFO kablam! | help: remove this `mut` Oct 14 16:16:51.039 INFO kablam! Oct 14 16:16:51.039 INFO kablam! warning: variable does not need to be mutable Oct 14 16:16:51.039 INFO kablam! --> src/gui_goods.rs:195:17 Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! 195 | let mut i = data.get_ingredient_mut(i_id); Oct 14 16:16:51.039 INFO kablam! | ----^ Oct 14 16:16:51.039 INFO kablam! | | Oct 14 16:16:51.039 INFO kablam! | help: remove this `mut` Oct 14 16:16:51.039 INFO kablam! Oct 14 16:16:51.039 INFO kablam! warning: variable does not need to be mutable Oct 14 16:16:51.039 INFO kablam! --> src/gui_goods.rs:112:17 Oct 14 16:16:51.039 INFO kablam! | Oct 14 16:16:51.039 INFO kablam! 112 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:16:51.039 INFO kablam! | ----^ Oct 14 16:16:51.039 INFO kablam! | | Oct 14 16:16:51.039 INFO kablam! | help: remove this `mut` Oct 14 16:16:51.039 INFO kablam! Oct 14 16:16:55.588 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 14 16:16:55.594 INFO kablam! su: No module specific data is present Oct 14 16:16:56.910 INFO running `"docker" "rm" "-f" "1858aef00d684fae7b61111e9d74a7fb1f95c26dfde5f4e2a8a08bf5a8a9a4db"` Oct 14 16:16:57.171 INFO blam! 1858aef00d684fae7b61111e9d74a7fb1f95c26dfde5f4e2a8a08bf5a8a9a4db Oct 14 16:16:57.179 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 14 16:16:57.595 INFO blam! 48fb1286dfb97ebbfaa212b44eef7d86d28b97e10b256a13a12ef7b0516a503d Oct 14 16:16:57.607 INFO running `"docker" "start" "-a" "48fb1286dfb97ebbfaa212b44eef7d86d28b97e10b256a13a12ef7b0516a503d"` Oct 14 16:16:59.446 INFO kablam! usermod: no changes Oct 14 16:16:59.598 INFO kablam! Compiling grandbec v0.1.0 (/source) Oct 14 16:17:00.831 INFO kablam! warning: variable does not need to be mutable Oct 14 16:17:00.831 INFO kablam! --> src/gui_goods.rs:112:17 Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! 112 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:17:00.831 INFO kablam! | ----^ Oct 14 16:17:00.831 INFO kablam! | | Oct 14 16:17:00.831 INFO kablam! | help: remove this `mut` Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:17:00.831 INFO kablam! Oct 14 16:17:00.831 INFO kablam! warning: variable does not need to be mutable Oct 14 16:17:00.831 INFO kablam! --> src/gui_goods.rs:130:17 Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! 130 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:17:00.831 INFO kablam! | ----^ Oct 14 16:17:00.831 INFO kablam! | | Oct 14 16:17:00.831 INFO kablam! | help: remove this `mut` Oct 14 16:17:00.831 INFO kablam! Oct 14 16:17:00.831 INFO kablam! warning: variable does not need to be mutable Oct 14 16:17:00.831 INFO kablam! --> src/gui_goods.rs:144:17 Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! 144 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:17:00.831 INFO kablam! | ----^ Oct 14 16:17:00.831 INFO kablam! | | Oct 14 16:17:00.831 INFO kablam! | help: remove this `mut` Oct 14 16:17:00.831 INFO kablam! Oct 14 16:17:00.831 INFO kablam! warning: variable does not need to be mutable Oct 14 16:17:00.831 INFO kablam! --> src/gui_goods.rs:169:17 Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! 169 | let mut i = data.get_ingredient_mut(i_id); Oct 14 16:17:00.831 INFO kablam! | ----^ Oct 14 16:17:00.831 INFO kablam! | | Oct 14 16:17:00.831 INFO kablam! | help: remove this `mut` Oct 14 16:17:00.831 INFO kablam! Oct 14 16:17:00.831 INFO kablam! warning: variable does not need to be mutable Oct 14 16:17:00.831 INFO kablam! --> src/gui_goods.rs:195:17 Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! 195 | let mut i = data.get_ingredient_mut(i_id); Oct 14 16:17:00.831 INFO kablam! | ----^ Oct 14 16:17:00.831 INFO kablam! | | Oct 14 16:17:00.831 INFO kablam! | help: remove this `mut` Oct 14 16:17:00.831 INFO kablam! Oct 14 16:17:00.831 INFO kablam! warning: variable does not need to be mutable Oct 14 16:17:00.831 INFO kablam! --> src/gui_goods.rs:112:17 Oct 14 16:17:00.831 INFO kablam! | Oct 14 16:17:00.831 INFO kablam! 112 | let mut i = d.get_ingredient_mut(i_id); Oct 14 16:17:00.832 INFO kablam! | ----^ Oct 14 16:17:00.832 INFO kablam! | | Oct 14 16:17:00.832 INFO kablam! | help: remove this `mut` Oct 14 16:17:00.832 INFO kablam! Oct 14 16:17:01.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.15s Oct 14 16:17:01.632 INFO kablam! su: No module specific data is present Oct 14 16:17:02.606 INFO running `"docker" "rm" "-f" "48fb1286dfb97ebbfaa212b44eef7d86d28b97e10b256a13a12ef7b0516a503d"` Oct 14 16:17:02.967 INFO blam! 48fb1286dfb97ebbfaa212b44eef7d86d28b97e10b256a13a12ef7b0516a503d Oct 14 16:17:02.974 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" "-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 14 16:17:03.375 INFO blam! 17916a1e80d786ffb15958c7745b806053addbbfdad874e6e2619eadfc4000b1 Oct 14 16:17:03.383 INFO running `"docker" "start" "-a" "17916a1e80d786ffb15958c7745b806053addbbfdad874e6e2619eadfc4000b1"` Oct 14 16:17:04.914 INFO kablam! usermod: no changes Oct 14 16:17:05.109 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 16:17:05.119 INFO kablam! Running /target/debug/deps/grandbec-783d20c8b135f3f0 Oct 14 16:17:05.123 INFO blam! Oct 14 16:17:05.123 INFO blam! running 0 tests Oct 14 16:17:05.123 INFO blam! Oct 14 16:17:05.123 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:17:05.123 INFO blam! Oct 14 16:17:05.139 INFO kablam! su: No module specific data is present Oct 14 16:17:06.287 INFO running `"docker" "rm" "-f" "17916a1e80d786ffb15958c7745b806053addbbfdad874e6e2619eadfc4000b1"` Oct 14 16:17:06.619 INFO blam! 17916a1e80d786ffb15958c7745b806053addbbfdad874e6e2619eadfc4000b1