Oct 15 02:19:50.564 INFO testing bluecereal/using_math_lib against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:19:50.564 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 15 02:19:50.767 INFO blam! 900357d573e38a7919751c0c400f08a90b2c434e824d2682054c6abdb3acc08d Oct 15 02:19:50.771 INFO running `"docker" "start" "-a" "900357d573e38a7919751c0c400f08a90b2c434e824d2682054c6abdb3acc08d"` Oct 15 02:19:51.675 INFO kablam! usermod: no changes Oct 15 02:19:51.858 INFO kablam! Compiling libc v0.2.17 Oct 15 02:19:51.858 INFO kablam! Compiling phf_shared v0.7.19 Oct 15 02:19:51.859 INFO kablam! Compiling serde v0.8.17 Oct 15 02:19:51.863 INFO kablam! Compiling xml-rs v0.3.4 Oct 15 02:19:51.863 INFO kablam! Compiling x11-dl v2.11.0 Oct 15 02:19:51.864 INFO kablam! Compiling gfx_core v0.4.0 Oct 15 02:19:52.959 INFO kablam! Compiling phf v0.7.19 Oct 15 02:19:54.995 INFO kablam! Compiling rand v0.3.14 Oct 15 02:19:54.995 INFO kablam! Compiling fs2 v0.2.5 Oct 15 02:19:54.995 INFO kablam! Compiling shared_library v0.1.5 Oct 15 02:19:56.523 INFO kablam! Compiling memmap v0.2.3 Oct 15 02:19:59.508 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 02:20:02.091 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 15 02:20:02.092 INFO kablam! Compiling gl_generator v0.5.2 Oct 15 02:20:04.695 INFO kablam! Compiling phf_generator v0.7.19 Oct 15 02:20:04.696 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:20:05.971 INFO kablam! Compiling phf_codegen v0.7.19 Oct 15 02:20:07.299 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:20:11.675 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:20:14.483 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:20:14.511 INFO kablam! Compiling glutin v0.6.2 Oct 15 02:20:15.564 INFO kablam! Compiling serde_json v0.8.3 Oct 15 02:20:37.924 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:20:44.180 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:20:45.199 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:20:51.279 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 15 02:20:51.279 INFO kablam! Compiling gfx v0.12.1 Oct 15 02:20:53.467 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:20:53.467 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:21:08.287 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 15 02:21:10.407 INFO kablam! Compiling using_math_lib v0.1.0 (/source) Oct 15 02:21:11.403 INFO kablam! warning: `$crate` may not be imported Oct 15 02:21:11.404 INFO kablam! --> src/main.rs:17:1 Oct 15 02:21:11.404 INFO kablam! | Oct 15 02:21:11.405 INFO kablam! 17 | / gfx_defines! { Oct 15 02:21:11.405 INFO kablam! 18 | | vertex Vertex { Oct 15 02:21:11.405 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 15 02:21:11.406 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 15 02:21:11.406 INFO kablam! ... | Oct 15 02:21:11.406 INFO kablam! 29 | | } Oct 15 02:21:11.407 INFO kablam! 30 | | } Oct 15 02:21:11.407 INFO kablam! | |_^ Oct 15 02:21:11.410 INFO kablam! | Oct 15 02:21:11.411 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:21:11.411 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 15 02:21:11.411 INFO kablam! Oct 15 02:21:11.775 INFO kablam! warning: constant item is never used: `RED` Oct 15 02:21:11.775 INFO kablam! --> src/main.rs:10:1 Oct 15 02:21:11.775 INFO kablam! | Oct 15 02:21:11.775 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 15 02:21:11.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:11.775 INFO kablam! | Oct 15 02:21:11.775 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:21:11.775 INFO kablam! Oct 15 02:21:11.775 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 02:21:11.775 INFO kablam! --> src/main.rs:11:1 Oct 15 02:21:11.775 INFO kablam! | Oct 15 02:21:11.775 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 15 02:21:11.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:11.775 INFO kablam! Oct 15 02:21:13.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 15 02:21:13.845 INFO kablam! su: No module specific data is present Oct 15 02:21:14.459 INFO running `"docker" "rm" "-f" "900357d573e38a7919751c0c400f08a90b2c434e824d2682054c6abdb3acc08d"` Oct 15 02:21:14.658 INFO blam! 900357d573e38a7919751c0c400f08a90b2c434e824d2682054c6abdb3acc08d Oct 15 02:21:14.662 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 15 02:21:14.959 INFO blam! 15dceec7775d2cf6e45639c35237b24f44aec60975603110429b67f626626443 Oct 15 02:21:14.971 INFO running `"docker" "start" "-a" "15dceec7775d2cf6e45639c35237b24f44aec60975603110429b67f626626443"` Oct 15 02:21:15.899 INFO kablam! usermod: no changes Oct 15 02:21:16.037 INFO kablam! Compiling using_math_lib v0.1.0 (/source) Oct 15 02:21:17.073 INFO kablam! warning: `$crate` may not be imported Oct 15 02:21:17.073 INFO kablam! --> src/main.rs:17:1 Oct 15 02:21:17.073 INFO kablam! | Oct 15 02:21:17.073 INFO kablam! 17 | / gfx_defines! { Oct 15 02:21:17.073 INFO kablam! 18 | | vertex Vertex { Oct 15 02:21:17.073 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 15 02:21:17.073 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 15 02:21:17.073 INFO kablam! ... | Oct 15 02:21:17.073 INFO kablam! 29 | | } Oct 15 02:21:17.073 INFO kablam! 30 | | } Oct 15 02:21:17.073 INFO kablam! | |_^ Oct 15 02:21:17.073 INFO kablam! | Oct 15 02:21:17.073 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:21:17.073 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 15 02:21:17.073 INFO kablam! Oct 15 02:21:17.531 INFO kablam! warning: constant item is never used: `RED` Oct 15 02:21:17.531 INFO kablam! --> src/main.rs:10:1 Oct 15 02:21:17.531 INFO kablam! | Oct 15 02:21:17.531 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 15 02:21:17.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:17.531 INFO kablam! | Oct 15 02:21:17.531 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:21:17.531 INFO kablam! Oct 15 02:21:17.531 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 02:21:17.531 INFO kablam! --> src/main.rs:11:1 Oct 15 02:21:17.531 INFO kablam! | Oct 15 02:21:17.531 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 15 02:21:17.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:17.531 INFO kablam! Oct 15 02:21:18.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 15 02:21:18.117 INFO kablam! su: No module specific data is present Oct 15 02:21:18.607 INFO running `"docker" "rm" "-f" "15dceec7775d2cf6e45639c35237b24f44aec60975603110429b67f626626443"` Oct 15 02:21:18.731 INFO blam! 15dceec7775d2cf6e45639c35237b24f44aec60975603110429b67f626626443 Oct 15 02:21:18.737 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" "-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 02:21:18.948 INFO blam! 1d9078f261903efe0c5bb9f83d913aebd930cac2ce91f4def2c6885f391fdb29 Oct 15 02:21:18.948 INFO running `"docker" "start" "-a" "1d9078f261903efe0c5bb9f83d913aebd930cac2ce91f4def2c6885f391fdb29"` Oct 15 02:21:19.542 INFO kablam! usermod: no changes Oct 15 02:21:19.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 02:21:19.654 INFO kablam! Running /target/debug/deps/using_math_lib-6f3e3e44a27d968c Oct 15 02:21:19.662 INFO blam! Oct 15 02:21:19.662 INFO blam! running 0 tests Oct 15 02:21:19.662 INFO blam! Oct 15 02:21:19.662 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:21:19.662 INFO blam! Oct 15 02:21:19.665 INFO kablam! su: No module specific data is present Oct 15 02:21:20.063 INFO running `"docker" "rm" "-f" "1d9078f261903efe0c5bb9f83d913aebd930cac2ce91f4def2c6885f391fdb29"` Oct 15 02:21:20.212 INFO blam! 1d9078f261903efe0c5bb9f83d913aebd930cac2ce91f4def2c6885f391fdb29