Sep 20 21:49:20.365 INFO checking mzgoddard/phrust against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 21:49:20.365 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 21:49:20.365 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:49:20.607 INFO blam! f54a7f45b1dbe75b660b6920a43d53484d193e7f86b98b3c548a1e0bb46eb591 Sep 20 21:49:20.609 INFO running `"docker" "start" "-a" "f54a7f45b1dbe75b660b6920a43d53484d193e7f86b98b3c548a1e0bb46eb591"` Sep 20 21:49:21.498 INFO kablam! usermod: no changes Sep 20 21:49:21.612 INFO kablam! Checking libc v0.2.14 Sep 20 21:49:21.612 INFO kablam! Checking num-traits v0.1.33 Sep 20 21:49:21.613 INFO kablam! Compiling khronos_api v1.0.0 Sep 20 21:49:21.613 INFO kablam! Compiling log v0.3.6 Sep 20 21:49:21.613 INFO kablam! Checking rustc-serialize v0.3.19 Sep 20 21:49:21.614 INFO kablam! Compiling glfw-sys v3.1.3 Sep 20 21:49:21.614 INFO kablam! Checking libc v0.1.8 Sep 20 21:49:21.614 INFO kablam! Checking nom v1.2.3 Sep 20 21:49:22.329 INFO kablam! error: environment variable `OUT_DIR` not defined Sep 20 21:49:22.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/glfw-sys-3.1.3/build.rs:13:37 Sep 20 21:49:22.329 INFO kablam! | Sep 20 21:49:22.329 INFO kablam! 13 | .current_dir(&Path::new(env!("OUT_DIR"))) Sep 20 21:49:22.329 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 21:49:22.329 INFO kablam! Sep 20 21:49:22.329 INFO kablam! error: environment variable `OUT_DIR` not defined Sep 20 21:49:22.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/glfw-sys-3.1.3/build.rs:25:37 Sep 20 21:49:22.329 INFO kablam! | Sep 20 21:49:22.329 INFO kablam! 25 | .current_dir(&Path::new(env!("OUT_DIR"))) Sep 20 21:49:22.329 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 21:49:22.329 INFO kablam! Sep 20 21:49:22.338 INFO kablam! error: environment variable `OUT_DIR` not defined Sep 20 21:49:22.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/glfw-sys-3.1.3/build.rs:36:25 Sep 20 21:49:22.338 INFO kablam! | Sep 20 21:49:22.338 INFO kablam! 36 | fs::copy(&Path::new(env!("OUT_DIR")).join("src").join("libglfw3.a"), Sep 20 21:49:22.338 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 21:49:22.338 INFO kablam! Sep 20 21:49:22.338 INFO kablam! error: environment variable `OUT_DIR` not defined Sep 20 21:49:22.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/glfw-sys-3.1.3/build.rs:37:25 Sep 20 21:49:22.338 INFO kablam! | Sep 20 21:49:22.338 INFO kablam! 37 | &Path::new(env!("OUT_DIR")).join("libglfw3.a")) Sep 20 21:49:22.338 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 21:49:22.338 INFO kablam! Sep 20 21:49:22.338 INFO kablam! error: environment variable `OUT_DIR` not defined Sep 20 21:49:22.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/glfw-sys-3.1.3/build.rs:40:57 Sep 20 21:49:22.338 INFO kablam! | Sep 20 21:49:22.338 INFO kablam! 40 | println!("cargo:rustc-flags=-L {} -l glfw3:static", env!("OUT_DIR")); Sep 20 21:49:22.338 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 21:49:22.338 INFO kablam! Sep 20 21:49:22.338 INFO kablam! error: aborting due to 5 previous errors Sep 20 21:49:22.338 INFO kablam! Sep 20 21:49:22.362 INFO kablam! error: Could not compile `glfw-sys`. Sep 20 21:49:22.362 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:49:23.501 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 20 21:49:23.501 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 20 21:49:23.501 INFO kablam! | Sep 20 21:49:23.501 INFO kablam! 147 | &f_name: &str, Sep 20 21:49:23.501 INFO kablam! | ^^^^^^^ Sep 20 21:49:23.501 INFO kablam! Sep 20 21:49:26.982 INFO kablam! error: aborting due to previous error Sep 20 21:49:26.982 INFO kablam! Sep 20 21:49:26.982 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 20 21:49:26.994 INFO kablam! error: Could not compile `rustc-serialize`. Sep 20 21:49:26.994 INFO kablam! Sep 20 21:49:26.994 INFO kablam! To learn more, run the command again with --verbose. Sep 20 21:49:26.994 INFO kablam! su: No module specific data is present Sep 20 21:49:28.228 INFO running `"docker" "rm" "-f" "f54a7f45b1dbe75b660b6920a43d53484d193e7f86b98b3c548a1e0bb46eb591"` Sep 20 21:49:28.348 INFO blam! f54a7f45b1dbe75b660b6920a43d53484d193e7f86b98b3c548a1e0bb46eb591