[INFO] updating cached repository https://github.com/caiges/pwong [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] c37d50e669b76b8faa7ae8a313b90d20f66a54f1 [INFO] checking caiges/pwong against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaiges%2Fpwong" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/caiges/pwong on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/caiges/pwong [INFO] finished tweaking git repo https://github.com/caiges/pwong [INFO] tweaked toml for git repo https://github.com/caiges/pwong written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/caiges/pwong already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bbfc187856b83c9ceeb1a1028cd628a245bf0eaa2816542ee68c43132b0b206c [INFO] running `"docker" "start" "-a" "bbfc187856b83c9ceeb1a1028cd628a245bf0eaa2816542ee68c43132b0b206c"` [INFO] [stderr] Checking sdl2-sys v0.30.0 [INFO] [stderr] Checking sdl2 v0.30.0 [INFO] [stderr] Checking pwong v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `move_it` found for type `entities::paddle::Paddle` in the current scope [INFO] [stderr] --> src/entities/paddle.rs:97:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Paddle { [INFO] [stderr] | ----------------- method `move_it` not found for this [INFO] [stderr] ... [INFO] [stderr] 97 | p1.move_it(); [INFO] [stderr] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `move_it` found for type `entities::paddle::Paddle` in the current scope [INFO] [stderr] --> src/entities/paddle.rs:102:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Paddle { [INFO] [stderr] | ----------------- method `move_it` not found for this [INFO] [stderr] ... [INFO] [stderr] 102 | p1.move_it(); [INFO] [stderr] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `move_it` found for type `entities::paddle::Paddle` in the current scope [INFO] [stderr] --> src/entities/paddle.rs:109:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Paddle { [INFO] [stderr] | ----------------- method `move_it` not found for this [INFO] [stderr] ... [INFO] [stderr] 109 | p1.move_it(); [INFO] [stderr] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `move_it` found for type `entities::paddle::Paddle` in the current scope [INFO] [stderr] --> src/entities/paddle.rs:118:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Paddle { [INFO] [stderr] | ----------------- method `move_it` not found for this [INFO] [stderr] ... [INFO] [stderr] 118 | p1.move_it(); [INFO] [stderr] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `move_it` found for type `entities::paddle::Paddle` in the current scope [INFO] [stderr] --> src/entities/paddle.rs:124:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Paddle { [INFO] [stderr] | ----------------- method `move_it` not found for this [INFO] [stderr] ... [INFO] [stderr] 124 | p1.move_it(); [INFO] [stderr] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `move_it` found for type `entities::paddle::Paddle` in the current scope [INFO] [stderr] --> src/entities/paddle.rs:130:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Paddle { [INFO] [stderr] | ----------------- method `move_it` not found for this [INFO] [stderr] ... [INFO] [stderr] 130 | p1.move_it(); [INFO] [stderr] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `pwong`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bbfc187856b83c9ceeb1a1028cd628a245bf0eaa2816542ee68c43132b0b206c"` [INFO] running `"docker" "rm" "-f" "bbfc187856b83c9ceeb1a1028cd628a245bf0eaa2816542ee68c43132b0b206c"` [INFO] [stdout] bbfc187856b83c9ceeb1a1028cd628a245bf0eaa2816542ee68c43132b0b206c