[INFO] cloning repository https://github.com/ClockworkG/chip8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ClockworkG/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClockworkG%2Fchip8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClockworkG%2Fchip8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92f578ad0a0fe0992d90f2e9b56c1ecada9bfd83 [INFO] checking ClockworkG/chip8 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClockworkG%2Fchip8" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ClockworkG/chip8 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ClockworkG/chip8 [INFO] finished tweaking git repo https://github.com/ClockworkG/chip8 [INFO] tweaked toml for git repo https://github.com/ClockworkG/chip8 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ClockworkG/chip8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7e0b7d325a960e6f8011dc397516430da9bdb2deeb1052412f0855be5192cc0 [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" "e7e0b7d325a960e6f8011dc397516430da9bdb2deeb1052412f0855be5192cc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7e0b7d325a960e6f8011dc397516430da9bdb2deeb1052412f0855be5192cc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7e0b7d325a960e6f8011dc397516430da9bdb2deeb1052412f0855be5192cc0", kill_on_drop: false }` [INFO] [stdout] e7e0b7d325a960e6f8011dc397516430da9bdb2deeb1052412f0855be5192cc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ead68c5eda1bf8011058f738fec1ab979330e5816d6216332ab94957e2960cd [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" "8ead68c5eda1bf8011058f738fec1ab979330e5816d6216332ab94957e2960cd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking numtoa v0.1.0 [INFO] [stderr] Checking utf8parse v0.1.1 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking unicode-segmentation v1.3.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking termion v1.5.3 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling minifb v0.13.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking rustyline v5.0.3 [INFO] [stderr] Checking chip-8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `memory::MainMemory` in the current scope [INFO] [stdout] --> src/memory.rs:186:35 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct MainMemory { [INFO] [stdout] | --------------------- function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 186 | let mut mem = MainMemory::new(); [INFO] [stdout] | ^^^ function or associated item not found in `memory::MainMemory` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `rustyline::tty::Term` [INFO] [stdout] candidate #2: `UniformSampler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `memory::MainMemory` in the current scope [INFO] [stdout] --> src/memory.rs:193:35 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct MainMemory { [INFO] [stdout] | --------------------- function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 193 | let mut mem = MainMemory::new(); [INFO] [stdout] | ^^^ function or associated item not found in `memory::MainMemory` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `rustyline::tty::Term` [INFO] [stdout] candidate #2: `UniformSampler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `memory::MainMemory` in the current scope [INFO] [stdout] --> src/memory.rs:201:35 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct MainMemory { [INFO] [stdout] | --------------------- function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 201 | let mut mem = MainMemory::new(); [INFO] [stdout] | ^^^ function or associated item not found in `memory::MainMemory` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `rustyline::tty::Term` [INFO] [stdout] candidate #2: `UniformSampler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `memory::MainMemory` in the current scope [INFO] [stdout] --> src/memory.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct MainMemory { [INFO] [stdout] | --------------------- function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 208 | let mem = MainMemory::new(); [INFO] [stdout] | ^^^ function or associated item not found in `memory::MainMemory` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `rustyline::tty::Term` [INFO] [stdout] candidate #2: `UniformSampler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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 `chip-8` [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" "8ead68c5eda1bf8011058f738fec1ab979330e5816d6216332ab94957e2960cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ead68c5eda1bf8011058f738fec1ab979330e5816d6216332ab94957e2960cd", kill_on_drop: false }` [INFO] [stdout] 8ead68c5eda1bf8011058f738fec1ab979330e5816d6216332ab94957e2960cd