[INFO] cloning repository https://github.com/DanielSchuette/elf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanielSchuette/elf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielSchuette%2Felf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielSchuette%2Felf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e1dba919b8a437c614524030e9c45ca48ee47954 [INFO] checking DanielSchuette/elf against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielSchuette%2Felf" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DanielSchuette/elf on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DanielSchuette/elf [INFO] finished tweaking git repo https://github.com/DanielSchuette/elf [INFO] tweaked toml for git repo https://github.com/DanielSchuette/elf written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/DanielSchuette/elf already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83653aa13c8c02e05e81cf7d4f96b8acdfe2f27a01e1095cd013ae4a75f7a2aa [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" "83653aa13c8c02e05e81cf7d4f96b8acdfe2f27a01e1095cd013ae4a75f7a2aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83653aa13c8c02e05e81cf7d4f96b8acdfe2f27a01e1095cd013ae4a75f7a2aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83653aa13c8c02e05e81cf7d4f96b8acdfe2f27a01e1095cd013ae4a75f7a2aa", kill_on_drop: false }` [INFO] [stdout] 83653aa13c8c02e05e81cf7d4f96b8acdfe2f27a01e1095cd013ae4a75f7a2aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2b5965844011dcf266fe585aa3d6317a8c215fa765ebe16044e5fc66f1b0d5e [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" "c2b5965844011dcf266fe585aa3d6317a8c215fa765ebe16044e5fc66f1b0d5e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking elf v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `SecHeader` in this scope [INFO] [stdout] --> src/parser/mod.rs:550:26 [INFO] [stdout] | [INFO] [stdout] 283 | pub struct ElfHeader { [INFO] [stdout] | -------------------- similarly named struct `ElfHeader` defined here [INFO] [stdout] ... [INFO] [stdout] 550 | -> SecHeader { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `ElfHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | 0x60000000...0x6FFFFFFF => parser::ProgSegmentType::OSReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | 0x70000000...0x7FFFFFFF => parser::ProgSegmentType::CPUReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:150:31 [INFO] [stdout] | [INFO] [stdout] 150 | 0x60000000...0x6FFFFFFF => parser::ProgSegmentType::OSReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:151:31 [INFO] [stdout] | [INFO] [stdout] 151 | 0x70000000...0x7FFFFFFF => parser::ProgSegmentType::CPUReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SecHeader` in this scope [INFO] [stdout] --> src/parser/mod.rs:550:26 [INFO] [stdout] | [INFO] [stdout] 283 | pub struct ElfHeader { [INFO] [stdout] | -------------------- similarly named struct `ElfHeader` defined here [INFO] [stdout] ... [INFO] [stdout] 550 | -> SecHeader { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `ElfHeader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | 0x60000000...0x6FFFFFFF => parser::ProgSegmentType::OSReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | 0x70000000...0x7FFFFFFF => parser::ProgSegmentType::CPUReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:150:31 [INFO] [stdout] | [INFO] [stdout] 150 | 0x60000000...0x6FFFFFFF => parser::ProgSegmentType::OSReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/prog_header.rs:151:31 [INFO] [stdout] | [INFO] [stdout] 151 | 0x70000000...0x7FFFFFFF => parser::ProgSegmentType::CPUReserved, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `elf` due to 2 previous errors; 4 warnings emitted [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c2b5965844011dcf266fe585aa3d6317a8c215fa765ebe16044e5fc66f1b0d5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2b5965844011dcf266fe585aa3d6317a8c215fa765ebe16044e5fc66f1b0d5e", kill_on_drop: false }` [INFO] [stdout] c2b5965844011dcf266fe585aa3d6317a8c215fa765ebe16044e5fc66f1b0d5e