[INFO] cloning repository https://github.com/Verdex/TNH [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Verdex/TNH" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVerdex%2FTNH", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVerdex%2FTNH'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 18a7353d6d60cfedba3834dc792145fd1cae246c [INFO] checking Verdex/TNH against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVerdex%2FTNH" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Verdex/TNH on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Verdex/TNH [INFO] finished tweaking git repo https://github.com/Verdex/TNH [INFO] tweaked toml for git repo https://github.com/Verdex/TNH written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Verdex/TNH already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81fc99f6d91d725cb1a2e34456e96473d6c8ea8190a0f814ff9669a278612210 [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" "81fc99f6d91d725cb1a2e34456e96473d6c8ea8190a0f814ff9669a278612210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81fc99f6d91d725cb1a2e34456e96473d6c8ea8190a0f814ff9669a278612210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81fc99f6d91d725cb1a2e34456e96473d6c8ea8190a0f814ff9669a278612210", kill_on_drop: false }` [INFO] [stdout] 81fc99f6d91d725cb1a2e34456e96473d6c8ea8190a0f814ff9669a278612210 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b339c5f8f8a4fc54561aa59d2bee01854dae409f06ef2d378dfb50b6fde13f9a [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" "b339c5f8f8a4fc54561aa59d2bee01854dae409f06ef2d378dfb50b6fde13f9a", kill_on_drop: false }` [INFO] [stderr] Compiling tnh v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::ffi::CString` [INFO] [stdout] --> src/curses.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ffi::CString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/curses.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / extern { [INFO] [stdout] 7 | | pub fn initscr(); [INFO] [stdout] 8 | | pub fn refresh(); [INFO] [stdout] 9 | | pub fn endwin(); [INFO] [stdout] 10 | | pub fn getch() -> i32; [INFO] [stdout] 11 | | pub fn printw( format : *const c_char, ... ); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/curses.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / extern { [INFO] [stdout] 15 | | pub static error : i32; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tnh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `std::ffi::CString` [INFO] [stdout] --> src/curses.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ffi::CString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/curses.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / extern { [INFO] [stdout] 7 | | pub fn initscr(); [INFO] [stdout] 8 | | pub fn refresh(); [INFO] [stdout] 9 | | pub fn endwin(); [INFO] [stdout] 10 | | pub fn getch() -> i32; [INFO] [stdout] 11 | | pub fn printw( format : *const c_char, ... ); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/curses.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / extern { [INFO] [stdout] 15 | | pub static error : i32; [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b339c5f8f8a4fc54561aa59d2bee01854dae409f06ef2d378dfb50b6fde13f9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b339c5f8f8a4fc54561aa59d2bee01854dae409f06ef2d378dfb50b6fde13f9a", kill_on_drop: false }` [INFO] [stdout] b339c5f8f8a4fc54561aa59d2bee01854dae409f06ef2d378dfb50b6fde13f9a