[INFO] cloning repository https://github.com/Putnam3145/auxmos [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Putnam3145/auxmos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPutnam3145%2Fauxmos", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPutnam3145%2Fauxmos'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ba476922ba15e0ea81e84f3ec9b003b8f6c3765 [INFO] checking Putnam3145/auxmos against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPutnam3145%2Fauxmos" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Putnam3145/auxmos on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Putnam3145/auxmos [INFO] finished tweaking git repo https://github.com/Putnam3145/auxmos [INFO] tweaked toml for git repo https://github.com/Putnam3145/auxmos written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Putnam3145/auxmos already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7f06998f23db75734c352b65bc05f2414c10b723032916b076cb2764e71175d [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" "d7f06998f23db75734c352b65bc05f2414c10b723032916b076cb2764e71175d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7f06998f23db75734c352b65bc05f2414c10b723032916b076cb2764e71175d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7f06998f23db75734c352b65bc05f2414c10b723032916b076cb2764e71175d", kill_on_drop: false }` [INFO] [stdout] d7f06998f23db75734c352b65bc05f2414c10b723032916b076cb2764e71175d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6688554660d93e01b6cc9a576210b8aafad1d1b26f2592b5422e02a61c41ca01 [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" "6688554660d93e01b6cc9a576210b8aafad1d1b26f2592b5422e02a61c41ca01", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Checking slice-pool v0.4.1 [INFO] [stderr] Checking once_cell v1.7.0 [INFO] [stderr] Checking futures-core v0.3.13 [INFO] [stderr] Checking futures-sink v0.3.13 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.2 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling libudis86-sys v0.2.1 [INFO] [stderr] Compiling auxtools v0.1.0 (https://github.com/willox/auxtools#7cfde71b) [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking tinyvec v1.1.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking bitflags v1.2.1 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking mmap-fixed v0.1.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking coarsetime v0.1.18 [INFO] [stderr] Checking region v2.2.0 [INFO] [stderr] Checking spinning_top v0.2.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking nanorand v0.4.4 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Checking flume v0.9.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.2 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-queue v0.3.1 [INFO] [stderr] Checking const-random v0.1.13 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking crossbeam v0.8.0 [INFO] [stderr] Checking dashmap v3.11.10 [INFO] [stderr] Checking detour v0.7.1 [INFO] [stderr] Compiling ctor v0.1.19 [INFO] [stderr] Compiling inventory-impl v0.1.10 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling auxtools-impl v0.1.0 (https://github.com/willox/auxtools#7cfde71b) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/auxtools-4b5993c84b29485c/7cfde71/auxtools/src/sigscan/linux.rs:30:39 [INFO] [stdout] | [INFO] [stdout] 30 | unsafe { std::slice::from_raw_parts(info.dlpi_phdr, info.dlpi_phnum as usize) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ expected struct `Elf32_Phdr`, found struct `Elf64_Phdr` [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*const Elf32_Phdr` [INFO] [stdout] found raw pointer `*const Elf64_Phdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/auxtools-4b5993c84b29485c/7cfde71/auxtools/src/sigscan/linux.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | let start = (info.dlpi_addr + elf_header.p_vaddr) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot add `u32` to `u64` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/auxtools-4b5993c84b29485c/7cfde71/auxtools/src/sigscan/linux.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | let start = (info.dlpi_addr + elf_header.p_vaddr) as usize; [INFO] [stdout] | ^ no implementation for `u64 + u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Add` is not implemented for `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `auxtools` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "6688554660d93e01b6cc9a576210b8aafad1d1b26f2592b5422e02a61c41ca01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6688554660d93e01b6cc9a576210b8aafad1d1b26f2592b5422e02a61c41ca01", kill_on_drop: false }` [INFO] [stdout] 6688554660d93e01b6cc9a576210b8aafad1d1b26f2592b5422e02a61c41ca01