[INFO] updating cached repository https://github.com/efyang/conway [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 139e99d88a460b8141fd5e41b84e4d294821d609 [INFO] checking efyang/conway against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fefyang%2Fconway" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/efyang/conway on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/efyang/conway [INFO] finished tweaking git repo https://github.com/efyang/conway [INFO] tweaked toml for git repo https://github.com/efyang/conway written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/efyang/conway already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 22c2bcbd9e0a78618a3597cee153d1df263c97faeb84b4c76423c4a57c7720e4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "22c2bcbd9e0a78618a3597cee153d1df263c97faeb84b4c76423c4a57c7720e4"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking term v0.4.6 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking gag v0.1.10 [INFO] [stderr] Checking rustty v0.1.12 [INFO] [stderr] Checking conway v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rustty::Style` [INFO] [stderr] --> src/main.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::{Terminal, Cell, Style, Color, Event}; [INFO] [stderr] | ^^^^^ no `Style` in the root [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::random` [INFO] [stderr] error[E0432]: unresolved import `rustty::Style` [INFO] [stderr] --> src/main.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::{Terminal, Cell, Style, Color, Event}; [INFO] [stderr] | ^^^^^ no `Style` in the root [INFO] [stderr] [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::random; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | sleep_ms(10u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::random` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::random; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | sleep_ms(10u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `rustty::Terminal` in the current scope [INFO] [stderr] --> src/main.rs:15:44 [INFO] [stderr] | [INFO] [stderr] 15 | let mut startvec: Vec = (0..term.size().0 * term.size().1) [INFO] [stderr] | ^^^^ method not found in `rustty::Terminal` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::HasSize; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `rustty::Terminal` in the current scope [INFO] [stderr] --> src/main.rs:15:60 [INFO] [stderr] | [INFO] [stderr] 15 | let mut startvec: Vec = (0..term.size().0 * term.size().1) [INFO] [stderr] | ^^^^ method not found in `rustty::Terminal` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::HasSize; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `rustty::Terminal` in the current scope [INFO] [stderr] --> src/main.rs:15:44 [INFO] [stderr] | [INFO] [stderr] 15 | let mut startvec: Vec = (0..term.size().0 * term.size().1) [INFO] [stderr] | ^^^^ method not found in `rustty::Terminal` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::HasSize; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `rustty::Terminal` in the current scope [INFO] [stderr] --> src/main.rs:15:60 [INFO] [stderr] | [INFO] [stderr] 15 | let mut startvec: Vec = (0..term.size().0 * term.size().1) [INFO] [stderr] | ^^^^ method not found in `rustty::Terminal` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::HasSize; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:23:34 [INFO] [stderr] | [INFO] [stderr] 23 | let evt = term.get_event(0).unwrap(); [INFO] [stderr] | ^ expected struct `std::time::Duration`, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::time::Duration` [INFO] [stderr] found type `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `rustty::Terminal` in the current scope [INFO] [stderr] --> src/main.rs:43:45 [INFO] [stderr] | [INFO] [stderr] 43 | let termsize: (usize, usize) = term.size(); [INFO] [stderr] | ^^^^ method not found in `rustty::Terminal` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::HasSize; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_styles` found for type `rustty::Cell` in the current scope [INFO] [stderr] --> src/main.rs:100:31 [INFO] [stderr] | [INFO] [stderr] 100 | .map(|x| if *x {Cell::with_styles(styles.0, styles.0)} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `rustty::Cell` [INFO] [stderr] | help: there is a method with a similar name: `with_style` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_styles` found for type `rustty::Cell` in the current scope [INFO] [stderr] --> src/main.rs:101:26 [INFO] [stderr] | [INFO] [stderr] 101 | else {Cell::with_styles(styles.1, styles.1)}) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `rustty::Cell` [INFO] [stderr] | help: there is a method with a similar name: `with_style` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:23:34 [INFO] [stderr] | [INFO] [stderr] 23 | let evt = term.get_event(0).unwrap(); [INFO] [stderr] | ^ expected struct `std::time::Duration`, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::time::Duration` [INFO] [stderr] found type `{integer}` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `rustty::Terminal` in the current scope [INFO] [stderr] --> src/main.rs:43:45 [INFO] [stderr] | [INFO] [stderr] 43 | let termsize: (usize, usize) = term.size(); [INFO] [stderr] | ^^^^ method not found in `rustty::Terminal` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 6 | use rustty::HasSize; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `conway`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `with_styles` found for type `rustty::Cell` in the current scope [INFO] [stderr] --> src/main.rs:100:31 [INFO] [stderr] | [INFO] [stderr] 100 | .map(|x| if *x {Cell::with_styles(styles.0, styles.0)} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `rustty::Cell` [INFO] [stderr] | help: there is a method with a similar name: `with_style` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_styles` found for type `rustty::Cell` in the current scope [INFO] [stderr] --> src/main.rs:101:26 [INFO] [stderr] | [INFO] [stderr] 101 | else {Cell::with_styles(styles.1, styles.1)}) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `rustty::Cell` [INFO] [stderr] | help: there is a method with a similar name: `with_style` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `conway`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22c2bcbd9e0a78618a3597cee153d1df263c97faeb84b4c76423c4a57c7720e4"` [INFO] running `"docker" "rm" "-f" "22c2bcbd9e0a78618a3597cee153d1df263c97faeb84b4c76423c4a57c7720e4"` [INFO] [stdout] 22c2bcbd9e0a78618a3597cee153d1df263c97faeb84b4c76423c4a57c7720e4