[INFO] updating cached repository https://github.com/DanielSchuette/elf [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e1dba919b8a437c614524030e9c45ca48ee47954 [INFO] testing DanielSchuette/elf against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielSchuette%2Felf" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DanielSchuette/elf on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-4/source/Cargo.toml [INFO] crate git repo https://github.com/DanielSchuette/elf already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] ab65e3b6491c081986e35a6961ede4b4830e6da3331c651446ff9f879979a0f4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ab65e3b6491c081986e35a6961ede4b4830e6da3331c651446ff9f879979a0f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling elf v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `SecHeader` in this scope [INFO] [stderr] --> src/parser/mod.rs:550:26 [INFO] [stderr] | [INFO] [stderr] 283 | pub struct ElfHeader { [INFO] [stderr] | -------------------- similarly named struct `ElfHeader` defined here [INFO] [stderr] ... [INFO] [stderr] 550 | -> SecHeader { [INFO] [stderr] | ^^^^^^^^^ help: a struct with a similar name exists: `ElfHeader` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/prog_header.rs:36:31 [INFO] [stderr] | [INFO] [stderr] 36 | 0x60000000...0x6FFFFFFF => parser::ProgSegmentType::OSReserved, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/prog_header.rs:37:31 [INFO] [stderr] | [INFO] [stderr] 37 | 0x70000000...0x7FFFFFFF => parser::ProgSegmentType::CPUReserved, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/prog_header.rs:150:31 [INFO] [stderr] | [INFO] [stderr] 150 | 0x60000000...0x6FFFFFFF => parser::ProgSegmentType::OSReserved, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/prog_header.rs:151:31 [INFO] [stderr] | [INFO] [stderr] 151 | 0x70000000...0x7FFFFFFF => parser::ProgSegmentType::CPUReserved, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `elf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ab65e3b6491c081986e35a6961ede4b4830e6da3331c651446ff9f879979a0f4"` [INFO] running `"docker" "rm" "-f" "ab65e3b6491c081986e35a6961ede4b4830e6da3331c651446ff9f879979a0f4"` [INFO] [stdout] ab65e3b6491c081986e35a6961ede4b4830e6da3331c651446ff9f879979a0f4