[INFO] cloning repository https://github.com/caiges/pwong [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/caiges/pwong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaiges%2Fpwong", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaiges%2Fpwong'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c37d50e669b76b8faa7ae8a313b90d20f66a54f1 [INFO] testing caiges/pwong against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaiges%2Fpwong" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/caiges/pwong on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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 /workspace/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d20d09f8d94e66ed87d050e0210d7cab8912b470eea47543aaace29447eb884 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0d20d09f8d94e66ed87d050e0210d7cab8912b470eea47543aaace29447eb884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d20d09f8d94e66ed87d050e0210d7cab8912b470eea47543aaace29447eb884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d20d09f8d94e66ed87d050e0210d7cab8912b470eea47543aaace29447eb884", kill_on_drop: false }` [INFO] [stdout] 0d20d09f8d94e66ed87d050e0210d7cab8912b470eea47543aaace29447eb884 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1fbbfc92cbe7b67a1bbfbbfabb553b55c8cf7df4666b800ff2f32a41eb316db [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d1fbbfc92cbe7b67a1bbfbbfabb553b55c8cf7df4666b800ff2f32a41eb316db", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling num-complex v0.1.37 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling gl_generator v0.5.3 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling gl v0.6.2 [INFO] [stderr] Compiling pwong v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.00s [INFO] running `Command { std: "docker" "inspect" "d1fbbfc92cbe7b67a1bbfbbfabb553b55c8cf7df4666b800ff2f32a41eb316db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1fbbfc92cbe7b67a1bbfbbfabb553b55c8cf7df4666b800ff2f32a41eb316db", kill_on_drop: false }` [INFO] [stdout] d1fbbfc92cbe7b67a1bbfbbfabb553b55c8cf7df4666b800ff2f32a41eb316db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a12a9760531d5a750782adb2c702c7974f5d911485b899a1995c69191456ebe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7a12a9760531d5a750782adb2c702c7974f5d911485b899a1995c69191456ebe", kill_on_drop: false }` [INFO] [stderr] Compiling pwong v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `move_it` found for struct `entities::paddle::Paddle` in the current scope [INFO] [stdout] --> src/entities/paddle.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Paddle { [INFO] [stdout] | ----------------- method `move_it` not found for this [INFO] [stdout] ... [INFO] [stdout] 97 | p1.move_it(); [INFO] [stdout] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `move_it` found for struct `entities::paddle::Paddle` in the current scope [INFO] [stdout] --> src/entities/paddle.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Paddle { [INFO] [stdout] | ----------------- method `move_it` not found for this [INFO] [stdout] ... [INFO] [stdout] 102 | p1.move_it(); [INFO] [stdout] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `move_it` found for struct `entities::paddle::Paddle` in the current scope [INFO] [stdout] --> src/entities/paddle.rs:109:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Paddle { [INFO] [stdout] | ----------------- method `move_it` not found for this [INFO] [stdout] ... [INFO] [stdout] 109 | p1.move_it(); [INFO] [stdout] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `move_it` found for struct `entities::paddle::Paddle` in the current scope [INFO] [stdout] --> src/entities/paddle.rs:118:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Paddle { [INFO] [stdout] | ----------------- method `move_it` not found for this [INFO] [stdout] ... [INFO] [stdout] 118 | p1.move_it(); [INFO] [stdout] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `move_it` found for struct `entities::paddle::Paddle` in the current scope [INFO] [stdout] --> src/entities/paddle.rs:124:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Paddle { [INFO] [stdout] | ----------------- method `move_it` not found for this [INFO] [stdout] ... [INFO] [stdout] 124 | p1.move_it(); [INFO] [stdout] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `move_it` found for struct `entities::paddle::Paddle` in the current scope [INFO] [stdout] --> src/entities/paddle.rs:130:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Paddle { [INFO] [stdout] | ----------------- method `move_it` not found for this [INFO] [stdout] ... [INFO] [stdout] 130 | p1.move_it(); [INFO] [stdout] | ^^^^^^^ method not found in `entities::paddle::Paddle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pwong`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7a12a9760531d5a750782adb2c702c7974f5d911485b899a1995c69191456ebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a12a9760531d5a750782adb2c702c7974f5d911485b899a1995c69191456ebe", kill_on_drop: false }` [INFO] [stdout] 7a12a9760531d5a750782adb2c702c7974f5d911485b899a1995c69191456ebe