[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] testing ThomasGravekamp/explain-stm32 against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomasGravekamp%2Fexplain-stm32" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ThomasGravekamp/explain-stm32 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-11/source/Cargo.toml [INFO] crate git repo https://github.com/ThomasGravekamp/explain-stm32 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09f6ee3a19770fa9e7a41011cea7bdd3ad90015b5f9dd861657d9a6e1bc50936 [INFO] running `Command { std: "docker" "start" "-a" "09f6ee3a19770fa9e7a41011cea7bdd3ad90015b5f9dd861657d9a6e1bc50936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09f6ee3a19770fa9e7a41011cea7bdd3ad90015b5f9dd861657d9a6e1bc50936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09f6ee3a19770fa9e7a41011cea7bdd3ad90015b5f9dd861657d9a6e1bc50936", kill_on_drop: false }` [INFO] [stdout] 09f6ee3a19770fa9e7a41011cea7bdd3ad90015b5f9dd861657d9a6e1bc50936 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 431ddc16c5387793ed0bf2d3f52eb610a47f7914192ea64b62d0bb43509f12fc [INFO] running `Command { std: "docker" "start" "-a" "431ddc16c5387793ed0bf2d3f52eb610a47f7914192ea64b62d0bb43509f12fc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling explain-stm32 v0.1.0 (/opt/rustwide/workdir) [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] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "431ddc16c5387793ed0bf2d3f52eb610a47f7914192ea64b62d0bb43509f12fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "431ddc16c5387793ed0bf2d3f52eb610a47f7914192ea64b62d0bb43509f12fc", kill_on_drop: false }` [INFO] [stdout] 431ddc16c5387793ed0bf2d3f52eb610a47f7914192ea64b62d0bb43509f12fc [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4fc39318ad6bdb21b066c97a4399c120d01a39783690590feb2c9419568104b4 [INFO] running `Command { std: "docker" "start" "-a" "4fc39318ad6bdb21b066c97a4399c120d01a39783690590feb2c9419568104b4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling explain-stm32 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(sections::series::get_device_series(&mut test_name).unwrap(), sections::series::Series::F1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `Series` [INFO] [stdout] | [INFO] [stdout] = note: expected tuple `(Series, &str)` [INFO] [stdout] found enum `Series` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `explain-stm32` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4fc39318ad6bdb21b066c97a4399c120d01a39783690590feb2c9419568104b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fc39318ad6bdb21b066c97a4399c120d01a39783690590feb2c9419568104b4", kill_on_drop: false }` [INFO] [stdout] 4fc39318ad6bdb21b066c97a4399c120d01a39783690590feb2c9419568104b4