Oct 15 07:10:56.109 INFO testing Ryan1729/stru against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:10:56.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 07:10:56.516 INFO blam! 38c2d1a4ed3fc4f9cdf990b94f8e15a97da724d2a0df7b19da96277074f5be69 Oct 15 07:10:56.521 INFO running `"docker" "start" "-a" "38c2d1a4ed3fc4f9cdf990b94f8e15a97da724d2a0df7b19da96277074f5be69"` Oct 15 07:10:57.176 INFO kablam! usermod: no changes Oct 15 07:10:57.231 INFO kablam! Compiling cmake v0.1.21 Oct 15 07:10:57.231 INFO kablam! Compiling stru v0.1.0 (/source) Oct 15 07:10:57.231 INFO kablam! Compiling servo-fontconfig-sys v4.0.2 Oct 15 07:10:57.232 INFO kablam! Compiling errno v0.2.3 Oct 15 07:10:57.232 INFO kablam! Compiling x11 v2.12.1 Oct 15 07:10:58.708 INFO kablam! Compiling servo-freetype-sys v4.0.3 Oct 15 07:10:58.708 INFO kablam! Compiling expat-sys v2.1.4 Oct 15 07:11:13.147 INFO kablam! Compiling servo-fontconfig v0.2.1 Oct 15 07:11:13.917 INFO kablam! warning: unused import: `x11::keysym::*` Oct 15 07:11:13.917 INFO kablam! --> src/config.rs:6:5 Oct 15 07:11:13.917 INFO kablam! | Oct 15 07:11:13.917 INFO kablam! 6 | use x11::keysym::*; Oct 15 07:11:13.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:11:13.917 INFO kablam! | Oct 15 07:11:13.917 INFO kablam! note: lint level defined here Oct 15 07:11:13.917 INFO kablam! --> src/main.rs:6:9 Oct 15 07:11:13.917 INFO kablam! | Oct 15 07:11:13.917 INFO kablam! 6 | #![warn(unused_imports)] Oct 15 07:11:13.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:11:13.917 INFO kablam! Oct 15 07:11:13.917 INFO kablam! warning: unused import: `xlib::Button2` Oct 15 07:11:13.917 INFO kablam! --> src/main.rs:33:5 Oct 15 07:11:13.917 INFO kablam! | Oct 15 07:11:13.917 INFO kablam! 33 | use xlib::Button2; Oct 15 07:11:13.917 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:11:13.917 INFO kablam! Oct 15 07:11:14.326 INFO kablam! warning: variable does not need to be mutable Oct 15 07:11:14.326 INFO kablam! --> src/main.rs:2101:9 Oct 15 07:11:14.326 INFO kablam! | Oct 15 07:11:14.326 INFO kablam! 2101 | let mut buf: *mut c_char = bufffer.as_mut_ptr(); Oct 15 07:11:14.326 INFO kablam! | ----^^^ Oct 15 07:11:14.326 INFO kablam! | | Oct 15 07:11:14.326 INFO kablam! | help: remove this `mut` Oct 15 07:11:14.326 INFO kablam! | Oct 15 07:11:14.326 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:11:14.326 INFO kablam! Oct 15 07:11:14.331 INFO kablam! warning: variant is never constructed: `UInt` Oct 15 07:11:14.331 INFO kablam! --> src/main.rs:213:5 Oct 15 07:11:14.331 INFO kablam! | Oct 15 07:11:14.331 INFO kablam! 213 | UInt(fn(c_uint), c_uint), Oct 15 07:11:14.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:14.331 INFO kablam! | Oct 15 07:11:14.331 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:11:14.331 INFO kablam! Oct 15 07:11:14.331 INFO kablam! warning: constant item is never used: `UTF_INVALID` Oct 15 07:11:14.331 INFO kablam! --> src/main.rs:400:1 Oct 15 07:11:14.331 INFO kablam! | Oct 15 07:11:14.331 INFO kablam! 400 | const UTF_INVALID: c_int = 0xFFFD; Oct 15 07:11:14.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:14.331 INFO kablam! Oct 15 07:11:14.331 INFO kablam! warning: the feature `drop_types_in_const` has been stable since 1.22.0 and no longer requires an attribute to enable Oct 15 07:11:14.331 INFO kablam! --> src/main.rs:2:12 Oct 15 07:11:14.331 INFO kablam! | Oct 15 07:11:14.331 INFO kablam! 2 | #![feature(drop_types_in_const)] Oct 15 07:11:14.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:14.331 INFO kablam! | Oct 15 07:11:14.331 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 07:11:14.331 INFO kablam! Oct 15 07:11:14.335 INFO kablam! warning: unused attribute Oct 15 07:11:14.335 INFO kablam! --> src/main.rs:305:1 Oct 15 07:11:14.335 INFO kablam! | Oct 15 07:11:14.335 INFO kablam! 305 | #[link_args = "-L/usr/lib -lc -L/usr/X11R6/lib -lm -lrt -lX11 -lutil -lXft -lfontconfig -lfreetype"] Oct 15 07:11:14.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:14.335 INFO kablam! | Oct 15 07:11:14.335 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 15 07:11:14.335 INFO kablam! Oct 15 07:11:15.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.33s Oct 15 07:11:15.532 INFO kablam! su: No module specific data is present Oct 15 07:11:16.029 INFO running `"docker" "rm" "-f" "38c2d1a4ed3fc4f9cdf990b94f8e15a97da724d2a0df7b19da96277074f5be69"` Oct 15 07:11:16.340 INFO blam! 38c2d1a4ed3fc4f9cdf990b94f8e15a97da724d2a0df7b19da96277074f5be69 Oct 15 07:11:16.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 07:11:16.911 INFO blam! 78703428f1342ea9490c0cc1b07eb5fabc4fe6977354b5191d4d22177acf0fe2 Oct 15 07:11:16.912 INFO running `"docker" "start" "-a" "78703428f1342ea9490c0cc1b07eb5fabc4fe6977354b5191d4d22177acf0fe2"` Oct 15 07:11:17.300 INFO kablam! usermod: no changes Oct 15 07:11:17.343 INFO kablam! Compiling stru v0.1.0 (/source) Oct 15 07:11:17.810 INFO kablam! warning: unused import: `x11::keysym::*` Oct 15 07:11:17.810 INFO kablam! --> src/config.rs:6:5 Oct 15 07:11:17.810 INFO kablam! | Oct 15 07:11:17.810 INFO kablam! 6 | use x11::keysym::*; Oct 15 07:11:17.810 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:11:17.810 INFO kablam! | Oct 15 07:11:17.810 INFO kablam! note: lint level defined here Oct 15 07:11:17.810 INFO kablam! --> src/main.rs:6:9 Oct 15 07:11:17.810 INFO kablam! | Oct 15 07:11:17.810 INFO kablam! 6 | #![warn(unused_imports)] Oct 15 07:11:17.810 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 07:11:17.810 INFO kablam! Oct 15 07:11:17.811 INFO kablam! warning: unused import: `xlib::Button2` Oct 15 07:11:17.811 INFO kablam! --> src/main.rs:33:5 Oct 15 07:11:17.811 INFO kablam! | Oct 15 07:11:17.811 INFO kablam! 33 | use xlib::Button2; Oct 15 07:11:17.811 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:11:17.811 INFO kablam! Oct 15 07:11:18.131 INFO kablam! warning: variable does not need to be mutable Oct 15 07:11:18.132 INFO kablam! --> src/main.rs:2101:9 Oct 15 07:11:18.132 INFO kablam! | Oct 15 07:11:18.132 INFO kablam! 2101 | let mut buf: *mut c_char = bufffer.as_mut_ptr(); Oct 15 07:11:18.132 INFO kablam! | ----^^^ Oct 15 07:11:18.133 INFO kablam! | | Oct 15 07:11:18.133 INFO kablam! | help: remove this `mut` Oct 15 07:11:18.133 INFO kablam! | Oct 15 07:11:18.133 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:11:18.134 INFO kablam! Oct 15 07:11:18.134 INFO kablam! warning: variant is never constructed: `UInt` Oct 15 07:11:18.134 INFO kablam! --> src/main.rs:213:5 Oct 15 07:11:18.134 INFO kablam! | Oct 15 07:11:18.135 INFO kablam! 213 | UInt(fn(c_uint), c_uint), Oct 15 07:11:18.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:18.135 INFO kablam! | Oct 15 07:11:18.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:11:18.135 INFO kablam! Oct 15 07:11:18.135 INFO kablam! warning: constant item is never used: `UTF_INVALID` Oct 15 07:11:18.135 INFO kablam! --> src/main.rs:400:1 Oct 15 07:11:18.135 INFO kablam! | Oct 15 07:11:18.135 INFO kablam! 400 | const UTF_INVALID: c_int = 0xFFFD; Oct 15 07:11:18.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:18.135 INFO kablam! Oct 15 07:11:18.135 INFO kablam! warning: the feature `drop_types_in_const` has been stable since 1.22.0 and no longer requires an attribute to enable Oct 15 07:11:18.135 INFO kablam! --> src/main.rs:2:12 Oct 15 07:11:18.135 INFO kablam! | Oct 15 07:11:18.135 INFO kablam! 2 | #![feature(drop_types_in_const)] Oct 15 07:11:18.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:18.136 INFO kablam! | Oct 15 07:11:18.136 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 07:11:18.136 INFO kablam! Oct 15 07:11:18.139 INFO kablam! warning: unused attribute Oct 15 07:11:18.139 INFO kablam! --> src/main.rs:305:1 Oct 15 07:11:18.139 INFO kablam! | Oct 15 07:11:18.139 INFO kablam! 305 | #[link_args = "-L/usr/lib -lc -L/usr/X11R6/lib -lm -lrt -lX11 -lutil -lXft -lfontconfig -lfreetype"] Oct 15 07:11:18.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:18.139 INFO kablam! | Oct 15 07:11:18.139 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 15 07:11:18.139 INFO kablam! Oct 15 07:11:18.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 07:11:18.595 INFO kablam! su: No module specific data is present Oct 15 07:11:18.934 INFO running `"docker" "rm" "-f" "78703428f1342ea9490c0cc1b07eb5fabc4fe6977354b5191d4d22177acf0fe2"` Oct 15 07:11:19.028 INFO blam! 78703428f1342ea9490c0cc1b07eb5fabc4fe6977354b5191d4d22177acf0fe2 Oct 15 07:11:19.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 07:11:19.275 INFO blam! 1b53d0c6c86a32277dafea14ba8a151e53cd98aa669b121dd81ecb8412a81145 Oct 15 07:11:19.280 INFO running `"docker" "start" "-a" "1b53d0c6c86a32277dafea14ba8a151e53cd98aa669b121dd81ecb8412a81145"` Oct 15 07:11:19.807 INFO kablam! usermod: no changes Oct 15 07:11:19.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 07:11:19.871 INFO kablam! Running /target/debug/deps/stru-68a7a3010ec48e3f Oct 15 07:11:19.876 INFO blam! Oct 15 07:11:19.876 INFO blam! running 0 tests Oct 15 07:11:19.876 INFO blam! Oct 15 07:11:19.876 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:11:19.876 INFO blam! Oct 15 07:11:19.880 INFO kablam! su: No module specific data is present Oct 15 07:11:20.228 INFO running `"docker" "rm" "-f" "1b53d0c6c86a32277dafea14ba8a151e53cd98aa669b121dd81ecb8412a81145"` Oct 15 07:11:20.391 INFO blam! 1b53d0c6c86a32277dafea14ba8a151e53cd98aa669b121dd81ecb8412a81145