[INFO] cloning repository https://github.com/cruffinoni/toscpu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cruffinoni/toscpu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcruffinoni%2Ftoscpu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcruffinoni%2Ftoscpu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cb09f20c26bf4184a984a23160d87d2c0f105492
[INFO] checking cruffinoni/toscpu against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcruffinoni%2Ftoscpu" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cruffinoni/toscpu
[INFO] finished tweaking git repo https://github.com/cruffinoni/toscpu
[INFO] tweaked toml for git repo https://github.com/cruffinoni/toscpu written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cruffinoni/toscpu on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cruffinoni/toscpu already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366
[INFO] running `Command { std: "docker" "start" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking toscpu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `op`
[INFO] [stdout]  --> src/main.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | mod op;
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `op`, create file "src/op.rs" or "src/op/mod.rs"
[INFO] [stdout]   = note: if there is a `mod op` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `op`
[INFO] [stdout]  --> src/main.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | mod op;
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `op`, create file "src/op.rs" or "src/op/mod.rs"
[INFO] [stdout]   = note: if there is a `mod op` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::AddAssign`
[INFO] [stdout]  --> src/bits.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::ops::AddAssign;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::gates`
[INFO] [stdout]  --> src/bits.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::gates;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]   --> src/cpu.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         match (op.op) {
[INFO] [stdout]    |               ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -         match (op.op) {
[INFO] [stdout] 33 +         match op.op {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::AddAssign`
[INFO] [stdout]  --> src/bits.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::ops::AddAssign;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::gates`
[INFO] [stdout]  --> src/bits.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::gates;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]   --> src/cpu.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         match (op.op) {
[INFO] [stdout]    |               ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -         match (op.op) {
[INFO] [stdout] 33 +         match op.op {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |               CPUOp::Mov => {
[INFO] [stdout]    |  ___________________________^
[INFO] [stdout] 35 | |                 
[INFO] [stdout] 36 | |             }
[INFO] [stdout]    | |_____________^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |             CPUOp::Add => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:38:27
[INFO] [stdout]    |
[INFO] [stdout] 38 |             CPUOp::Not => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:39:27
[INFO] [stdout]    |
[INFO] [stdout] 39 |             CPUOp::And => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |             CPUOp::Or => {}
[INFO] [stdout]    |                          ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:41:27
[INFO] [stdout]    |
[INFO] [stdout] 41 |             CPUOp::Xor => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toscpu` (bin "toscpu") due to 7 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 34 |               CPUOp::Mov => {
[INFO] [stdout]    |  ___________________________^
[INFO] [stdout] 35 | |                 
[INFO] [stdout] 36 | |             }
[INFO] [stdout]    | |_____________^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |             CPUOp::Add => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:38:27
[INFO] [stdout]    |
[INFO] [stdout] 38 |             CPUOp::Not => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:39:27
[INFO] [stdout]    |
[INFO] [stdout] 39 |             CPUOp::And => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |             CPUOp::Or => {}
[INFO] [stdout]    |                          ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/cpu.rs:41:27
[INFO] [stdout]    |
[INFO] [stdout] 41 |             CPUOp::Xor => {}
[INFO] [stdout]    |                           ^^ expected `CPU<BYTES, COUNT>`, found `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `CPU<BYTES, COUNT>`
[INFO] [stdout]            found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toscpu` (bin "toscpu" test) due to 7 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366", kill_on_drop: false }`
[INFO] [stdout] 9ee145293f18c89074e267b51dfd35e263bd913ea96c54c5b06b6070e9a6c366
