[INFO] cloning repository https://github.com/agausmann/domo_arigato [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agausmann/domo_arigato" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagausmann%2Fdomo_arigato", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagausmann%2Fdomo_arigato'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1f27788dbc2f023b2b325056c2d80da9d02a37e [INFO] testing agausmann/domo_arigato against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagausmann%2Fdomo_arigato" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agausmann/domo_arigato on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agausmann/domo_arigato [INFO] finished tweaking git repo https://github.com/agausmann/domo_arigato [INFO] tweaked toml for git repo https://github.com/agausmann/domo_arigato written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/agausmann/domo_arigato already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c967f1d191d4612b5617b4fe4f6d719d0bca8e23ccba6d025a311f55aed650c2 [INFO] running `Command { std: "docker" "start" "-a" "c967f1d191d4612b5617b4fe4f6d719d0bca8e23ccba6d025a311f55aed650c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c967f1d191d4612b5617b4fe4f6d719d0bca8e23ccba6d025a311f55aed650c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c967f1d191d4612b5617b4fe4f6d719d0bca8e23ccba6d025a311f55aed650c2", kill_on_drop: false }` [INFO] [stdout] c967f1d191d4612b5617b4fe4f6d719d0bca8e23ccba6d025a311f55aed650c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 719bb386c6011b04b649fbe22ade37fa087652648cd339a74dfd6f178f9f2c1a [INFO] running `Command { std: "docker" "start" "-a" "719bb386c6011b04b649fbe22ade37fa087652648cd339a74dfd6f178f9f2c1a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling num-bigint-dig v0.6.0 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling stream-cipher v0.7.1 [INFO] [stderr] Compiling aes-soft v0.5.0 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling cfb8 v0.5.0 [INFO] [stderr] Compiling aes v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling pem v0.8.1 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling zeroize_derive v1.0.1 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling declio_derive v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling declio v0.1.0 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling rsa v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling domo_arigato v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `uuid` [INFO] [stdout] --> src/state/play.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | uuid: Uuid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `username` [INFO] [stdout] --> src/state/play.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | username: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 11s [INFO] running `Command { std: "docker" "inspect" "719bb386c6011b04b649fbe22ade37fa087652648cd339a74dfd6f178f9f2c1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "719bb386c6011b04b649fbe22ade37fa087652648cd339a74dfd6f178f9f2c1a", kill_on_drop: false }` [INFO] [stdout] 719bb386c6011b04b649fbe22ade37fa087652648cd339a74dfd6f178f9f2c1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d481d4ead55ad87921c85b60c1895a542e280374fa50e5f6d44a853a470b514 [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" "1d481d4ead55ad87921c85b60c1895a542e280374fa50e5f6d44a853a470b514", kill_on_drop: false }` [INFO] [stderr] Compiling domo_arigato v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `uuid` [INFO] [stdout] --> src/state/play.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | uuid: Uuid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `username` [INFO] [stdout] --> src/state/play.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | username: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `run` found for struct `Play` in the current scope [INFO] [stdout] --> examples/afk.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | .run()?; [INFO] [stdout] | ^^^ method not found in `Play` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `domo_arigato` [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] [stdout] warning: field is never read: `uuid` [INFO] [stdout] --> src/state/play.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | uuid: Uuid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `username` [INFO] [stdout] --> src/state/play.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | username: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1d481d4ead55ad87921c85b60c1895a542e280374fa50e5f6d44a853a470b514", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d481d4ead55ad87921c85b60c1895a542e280374fa50e5f6d44a853a470b514", kill_on_drop: false }` [INFO] [stdout] 1d481d4ead55ad87921c85b60c1895a542e280374fa50e5f6d44a853a470b514