[INFO] cloning repository antonycourtney/hello-glutin [INFO] running `"git" "clone" "--bare" "git://github.com/antonycourtney/hello-glutin.git" "work/cache/sources/gh/antonycourtney/hello-glutin"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/antonycourtney/hello-glutin'... [INFO] running `"git" "clone" "work/cache/sources/gh/antonycourtney/hello-glutin" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/antonycourtney/hello-glutin"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/antonycourtney/hello-glutin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/antonycourtney/hello-glutin" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/antonycourtney/hello-glutin"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/antonycourtney/hello-glutin'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 98cd127a432e764d25ae2d51ad4f34e5f95a94e6 [INFO] sha for GitHub repo antonycourtney/hello-glutin: 98cd127a432e764d25ae2d51ad4f34e5f95a94e6 [INFO] validating manifest of antonycourtney/hello-glutin on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of antonycourtney/hello-glutin on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing antonycourtney/hello-glutin [INFO] finished frobbing antonycourtney/hello-glutin [INFO] frobbed toml for antonycourtney/hello-glutin written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/antonycourtney/hello-glutin/Cargo.toml [INFO] started frobbing antonycourtney/hello-glutin [INFO] finished frobbing antonycourtney/hello-glutin [INFO] frobbed toml for antonycourtney/hello-glutin written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/antonycourtney/hello-glutin/Cargo.toml [INFO] crate antonycourtney/hello-glutin already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing antonycourtney/hello-glutin against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/antonycourtney/hello-glutin:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 9daefdac71e952b11e89119e9a88da4e08fd23c92fe0843a79e68a3a30bb96be [INFO] running `"docker" "start" "-a" "9daefdac71e952b11e89119e9a88da4e08fd23c92fe0843a79e68a3a30bb96be"` [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling winit v0.11.2 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling glutin v0.13.1 [INFO] [stderr] Compiling hello_glutin v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `glutin::GlRequest` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use glutin::GlRequest; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `glutin::Api` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use glutin::Api; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.62s [INFO] running `"docker" "inspect" "9daefdac71e952b11e89119e9a88da4e08fd23c92fe0843a79e68a3a30bb96be"` [INFO] running `"docker" "rm" "-f" "9daefdac71e952b11e89119e9a88da4e08fd23c92fe0843a79e68a3a30bb96be"` [INFO] [stdout] 9daefdac71e952b11e89119e9a88da4e08fd23c92fe0843a79e68a3a30bb96be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/antonycourtney/hello-glutin:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 318d6463a498c66593574bccf6a8b959f8522b340b8df8b429efcf5cb4dc3430 [INFO] running `"docker" "start" "-a" "318d6463a498c66593574bccf6a8b959f8522b340b8df8b429efcf5cb4dc3430"` [INFO] [stderr] Compiling hello_glutin v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `glutin::GlRequest` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use glutin::GlRequest; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `glutin::Api` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use glutin::Api; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `"docker" "inspect" "318d6463a498c66593574bccf6a8b959f8522b340b8df8b429efcf5cb4dc3430"` [INFO] running `"docker" "rm" "-f" "318d6463a498c66593574bccf6a8b959f8522b340b8df8b429efcf5cb4dc3430"` [INFO] [stdout] 318d6463a498c66593574bccf6a8b959f8522b340b8df8b429efcf5cb4dc3430 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/antonycourtney/hello-glutin:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 5c9723111142b1a0c68fc5a9f06b1ed60df17120d59cdced0277e3c1a0bec74e [INFO] running `"docker" "start" "-a" "5c9723111142b1a0c68fc5a9f06b1ed60df17120d59cdced0277e3c1a0bec74e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_glutin-8bfb848fb7806cb1 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5c9723111142b1a0c68fc5a9f06b1ed60df17120d59cdced0277e3c1a0bec74e"` [INFO] running `"docker" "rm" "-f" "5c9723111142b1a0c68fc5a9f06b1ed60df17120d59cdced0277e3c1a0bec74e"` [INFO] [stdout] 5c9723111142b1a0c68fc5a9f06b1ed60df17120d59cdced0277e3c1a0bec74e