[INFO] updating cached repository https://github.com/mjhouse/grim [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2cd5ac633ba323513fc173960f5db5b8b41c9c34 [INFO] testing mjhouse/grim against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjhouse%2Fgrim" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjhouse/grim on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mjhouse/grim [INFO] finished tweaking git repo https://github.com/mjhouse/grim [INFO] tweaked toml for git repo https://github.com/mjhouse/grim written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mjhouse/grim already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] eb2c2f0e58fedd25b26cb1a4fd5611348799a25b567f07a7430b60a8cfaa0815 [INFO] running `"docker" "start" "-a" "eb2c2f0e58fedd25b26cb1a4fd5611348799a25b567f07a7430b60a8cfaa0815"` [INFO] [stderr] Compiling syn v0.15.31 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling piston-viewport v0.5.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling wayland-scanner v0.21.12 [INFO] [stderr] Compiling rusttype v0.7.6 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling piston2d-graphics v0.30.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling wayland-sys v0.21.12 [INFO] [stderr] Compiling wayland-client v0.21.12 [INFO] [stderr] Compiling wayland-protocols v0.21.12 [INFO] [stderr] Compiling wayland-commons v0.21.12 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.1 [INFO] [stderr] Compiling pistoncore-input v0.24.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.59.0 [INFO] [stderr] Compiling pistoncore-window v0.37.0 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling pistoncore-event_loop v0.42.0 [INFO] [stderr] Compiling piston v0.42.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.54.0 [INFO] [stderr] Compiling afe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/grim/layout.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / macro_rules! pair { [INFO] [stderr] 7 | | ( $i:expr, $j:expr ) => { ($i*$i + 3*$i + 2*$i*$j + $j + $j*$j)/2.0 }; [INFO] [stderr] 8 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `process` found for type `&mut layout::RowLayout` in the current scope [INFO] [stderr] --> src/grim/layout.rs:34:14 [INFO] [stderr] | [INFO] [stderr] 34 | self.process(); [INFO] [stderr] | ^^^^^^^ method not found in `&mut layout::RowLayout` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `afe`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eb2c2f0e58fedd25b26cb1a4fd5611348799a25b567f07a7430b60a8cfaa0815"` [INFO] running `"docker" "rm" "-f" "eb2c2f0e58fedd25b26cb1a4fd5611348799a25b567f07a7430b60a8cfaa0815"` [INFO] [stdout] eb2c2f0e58fedd25b26cb1a4fd5611348799a25b567f07a7430b60a8cfaa0815