[INFO] updating cached repository https://github.com/ClockworkG/chip8 [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92f578ad0a0fe0992d90f2e9b56c1ecada9bfd83 [INFO] testing ClockworkG/chip8 against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClockworkG%2Fchip8" "/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/ClockworkG/chip8 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-7/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" "+1.45.2" "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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8c232ef2a1777681ad7860ce3acd630d3142ce3f4123f4f5d5642c90a247eff [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" "c8c232ef2a1777681ad7860ce3acd630d3142ce3f4123f4f5d5642c90a247eff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8c232ef2a1777681ad7860ce3acd630d3142ce3f4123f4f5d5642c90a247eff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c232ef2a1777681ad7860ce3acd630d3142ce3f4123f4f5d5642c90a247eff", kill_on_drop: false }` [INFO] [stdout] c8c232ef2a1777681ad7860ce3acd630d3142ce3f4123f4f5d5642c90a247eff [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a13133476cb00e512a97fd6929165b9460d8428e1315ddb91b2b7a7911a1c99 [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" "9a13133476cb00e512a97fd6929165b9460d8428e1315ddb91b2b7a7911a1c99", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling termion v1.5.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling minifb v0.13.0 [INFO] [stderr] Compiling rustyline v5.0.3 [INFO] [stderr] Compiling chip-8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.88s [INFO] running `Command { std: "docker" "inspect" "9a13133476cb00e512a97fd6929165b9460d8428e1315ddb91b2b7a7911a1c99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a13133476cb00e512a97fd6929165b9460d8428e1315ddb91b2b7a7911a1c99", kill_on_drop: false }` [INFO] [stdout] 9a13133476cb00e512a97fd6929165b9460d8428e1315ddb91b2b7a7911a1c99 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 868a16d531eb484fe8b35b7f1b14eb13b79f69766cd27cec86e48be3350b8351 [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" "868a16d531eb484fe8b35b7f1b14eb13b79f69766cd27cec86e48be3350b8351", kill_on_drop: false }` [INFO] [stderr] Compiling 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: `debugger::rustyline::tty::Term` [INFO] [stdout] candidate #2: `rand::distributions::uniform::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: `debugger::rustyline::tty::Term` [INFO] [stdout] candidate #2: `rand::distributions::uniform::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: `debugger::rustyline::tty::Term` [INFO] [stdout] candidate #2: `rand::distributions::uniform::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: `debugger::rustyline::tty::Term` [INFO] [stdout] candidate #2: `rand::distributions::uniform::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] running `Command { std: "docker" "inspect" "868a16d531eb484fe8b35b7f1b14eb13b79f69766cd27cec86e48be3350b8351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "868a16d531eb484fe8b35b7f1b14eb13b79f69766cd27cec86e48be3350b8351", kill_on_drop: false }` [INFO] [stdout] 868a16d531eb484fe8b35b7f1b14eb13b79f69766cd27cec86e48be3350b8351