[INFO] cloning repository https://github.com/ThomasGravekamp/explain-stm32
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThomasGravekamp/explain-stm32" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomasGravekamp%2Fexplain-stm32", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomasGravekamp%2Fexplain-stm32'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9479efe7be7311725648a9fb3daf85748d9f1091
[INFO] checking ThomasGravekamp/explain-stm32/9479efe7be7311725648a9fb3daf85748d9f1091 against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomasGravekamp%2Fexplain-stm32" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ThomasGravekamp/explain-stm32
[INFO] finished tweaking git repo https://github.com/ThomasGravekamp/explain-stm32
[INFO] tweaked toml for git repo https://github.com/ThomasGravekamp/explain-stm32 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ThomasGravekamp/explain-stm32 on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ThomasGravekamp/explain-stm32 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" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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] 37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6
[INFO] running `Command { std: "docker" "start" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6", 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" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6", 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" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking explain-stm32 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `series::Series`
[INFO] [stdout]  --> src/sections/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use series::Series;
[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: `series::Series`
[INFO] [stdout]  --> src/sections/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use series::Series;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `remainder` is never read
[INFO] [stdout]   --> src/main.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         remainder = re;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:80:82
[INFO] [stdout]    |
[INFO] [stdout] 80 |         assert_eq!(sections::series::get_device_series(&mut test_name).unwrap(), sections::series::Series::F1);
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `(Series, &str)`, found `Series`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected tuple `(Series, &str)`
[INFO] [stdout]                found enum `Series`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `remainder` is never read
[INFO] [stdout]   --> src/main.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         remainder = re;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `explain-stm32` (bin "explain-stm32" test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6", kill_on_drop: false }`
[INFO] [stdout] 37131c6c08dc5a08b63773731637382a6722a0a48852898684f4a749ec894ff6
