[INFO] updating cached repository discovercoding/trdl-turtle [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/discovercoding/trdl-turtle [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/discovercoding/trdl-turtle" "work/ex/beta-1.38-1/sources/1.37.0/gh/discovercoding/trdl-turtle"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/discovercoding/trdl-turtle'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/discovercoding/trdl-turtle" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/discovercoding/trdl-turtle"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/discovercoding/trdl-turtle'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b59d0f831c98409166bfe216bb0d873a79816986 [INFO] sha for GitHub repo discovercoding/trdl-turtle: b59d0f831c98409166bfe216bb0d873a79816986 [INFO] validating manifest of discovercoding/trdl-turtle on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of discovercoding/trdl-turtle on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing discovercoding/trdl-turtle [INFO] finished frobbing discovercoding/trdl-turtle [INFO] frobbed toml for discovercoding/trdl-turtle written to work/ex/beta-1.38-1/sources/1.37.0/gh/discovercoding/trdl-turtle/Cargo.toml [INFO] started frobbing discovercoding/trdl-turtle [INFO] finished frobbing discovercoding/trdl-turtle [INFO] frobbed toml for discovercoding/trdl-turtle written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/discovercoding/trdl-turtle/Cargo.toml [INFO] crate discovercoding/trdl-turtle already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/discovercoding/trdl-turtle/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/discovercoding/trdl` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/discovercoding/trdl` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing discovercoding/trdl-turtle against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/discovercoding/trdl-turtle:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] adbdfcebd25d1f7f27a905f8c8ca8d7abc8ae2c6cb79344a06bafcc3991470f4 [INFO] running `"docker" "start" "-a" "adbdfcebd25d1f7f27a905f8c8ca8d7abc8ae2c6cb79344a06bafcc3991470f4"` [INFO] [stderr] Compiling trdl v0.1.0 (https://github.com/discovercoding/trdl#4785d18b) [INFO] [stderr] Compiling trdl-turtle v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0599]: no method named `make_current` found for type `glutin::Window` in the current scope [INFO] [stderr] --> src/main.rs:153:25 [INFO] [stderr] | [INFO] [stderr] 153 | unsafe { self.w.make_current().unwrap() }; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_proc_address` found for type `glutin::Window` in the current scope [INFO] [stderr] --> src/main.rs:156:16 [INFO] [stderr] | [INFO] [stderr] 156 | self.w.get_proc_address(addr) as *const c_void [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | with_dimensions(window_size.0, window_size.1). [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:167:13 [INFO] [stderr] | [INFO] [stderr] 167 | build().unwrap() }; [INFO] [stderr] | ^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `swap_buffers` found for type `glutin::Window` in the current scope [INFO] [stderr] --> src/main.rs:178:14 [INFO] [stderr] | [INFO] [stderr] 178 | window.w.swap_buffers().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `wait_events` found for type `glutin::Window` in the current scope [INFO] [stderr] --> src/main.rs:179:27 [INFO] [stderr] | [INFO] [stderr] 179 | for event in window.w.wait_events() { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:180:31 [INFO] [stderr] | [INFO] [stderr] 180 | if let glutin::Event::Closed = event { [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `trdl-turtle`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "adbdfcebd25d1f7f27a905f8c8ca8d7abc8ae2c6cb79344a06bafcc3991470f4"` [INFO] running `"docker" "rm" "-f" "adbdfcebd25d1f7f27a905f8c8ca8d7abc8ae2c6cb79344a06bafcc3991470f4"` [INFO] [stdout] adbdfcebd25d1f7f27a905f8c8ca8d7abc8ae2c6cb79344a06bafcc3991470f4