[INFO] cloning repository https://github.com/JosephMBarr/teletui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JosephMBarr/teletui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosephMBarr%2Fteletui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosephMBarr%2Fteletui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 433cb99e52b302372b5298585a42fc126fc40c3e [INFO] checking JosephMBarr/teletui against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosephMBarr%2Fteletui" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JosephMBarr/teletui 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/JosephMBarr/teletui [INFO] finished tweaking git repo https://github.com/JosephMBarr/teletui [INFO] tweaked toml for git repo https://github.com/JosephMBarr/teletui written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/JosephMBarr/teletui 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 05fc0ee064033664630f013fdbe735e3de35e57983b5b5904943e304f507053a [INFO] running `Command { std: "docker" "start" "-a" "05fc0ee064033664630f013fdbe735e3de35e57983b5b5904943e304f507053a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05fc0ee064033664630f013fdbe735e3de35e57983b5b5904943e304f507053a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05fc0ee064033664630f013fdbe735e3de35e57983b5b5904943e304f507053a", kill_on_drop: false }` [INFO] [stdout] 05fc0ee064033664630f013fdbe735e3de35e57983b5b5904943e304f507053a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 26675b46cf7aa67e235178d80aa33d08395c403e32edc64f6f69ca28b4ae5fe1 [INFO] running `Command { std: "docker" "start" "-a" "26675b46cf7aa67e235178d80aa33d08395c403e32edc64f6f69ca28b4ae5fe1", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking numtoa v0.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking unicode-segmentation v1.7.1 [INFO] [stderr] Checking smawk v0.3.0 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking textwrap v0.13.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rtdlib-sys v0.1.0 [INFO] [stderr] Checking dbus v0.9.1 [INFO] [stderr] Checking termion v1.5.5 [INFO] [stderr] Checking rand_core v0.6.1 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-queue v0.3.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking tui v0.14.0 [INFO] [stderr] Checking rand v0.8.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking crossbeam v0.8.0 [INFO] [stderr] Checking notify-rust v4.2.2 [INFO] [stderr] Checking serde-aux v0.6.1 [INFO] [stderr] Checking rtdlib v1.6.4 [INFO] [stderr] error: could not compile `rtdlib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rtdlib --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rtdlib-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rtdlib-sys"' --cfg 'feature="sys"' -C metadata=7b89fa16c804196b -C extra-filename=-7b89fa16c804196b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-b95d07444727b41b.rmeta --extern rtdlib_sys=/opt/rustwide/target/debug/deps/librtdlib_sys-ba76fd6cb2c0b186.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-e523e3e75498a63e.rmeta --extern serde_aux=/opt/rustwide/target/debug/deps/libserde_aux-5a563a054e6f0776.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-e8635addd6c2f3b8.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-206db34b7505672e.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "26675b46cf7aa67e235178d80aa33d08395c403e32edc64f6f69ca28b4ae5fe1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26675b46cf7aa67e235178d80aa33d08395c403e32edc64f6f69ca28b4ae5fe1", kill_on_drop: false }` [INFO] [stdout] 26675b46cf7aa67e235178d80aa33d08395c403e32edc64f6f69ca28b4ae5fe1