[INFO] cloning repository https://github.com/shff/ge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shff/ge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshff%2Fge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshff%2Fge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0773e0dffff0fcca294366bb31998d2eda215e44 [INFO] testing shff/ge against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshff%2Fge" "/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/shff/ge on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shff/ge [INFO] finished tweaking git repo https://github.com/shff/ge [INFO] tweaked toml for git repo https://github.com/shff/ge written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/shff/ge already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be1494f7e47c7a2fa99f7e1b2d562c1ff332165078e35b2e35491e3f6c5eff0c [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" "be1494f7e47c7a2fa99f7e1b2d562c1ff332165078e35b2e35491e3f6c5eff0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be1494f7e47c7a2fa99f7e1b2d562c1ff332165078e35b2e35491e3f6c5eff0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be1494f7e47c7a2fa99f7e1b2d562c1ff332165078e35b2e35491e3f6c5eff0c", kill_on_drop: false }` [INFO] [stdout] be1494f7e47c7a2fa99f7e1b2d562c1ff332165078e35b2e35491e3f6c5eff0c [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5015e722c0e345cf5f3a4782f409ae08c069815f6de971dee9c9f0b81ab661b3 [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" "5015e722c0e345cf5f3a4782f409ae08c069815f6de971dee9c9f0b81ab661b3", kill_on_drop: false }` [INFO] [stderr] Compiling gen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/native/x11.c: In function 'main': [INFO] [stderr] warning: src/native/x11.c:45:56: warning: comparison of integer expressions of different signedness: 'long int' and 'Atom' {aka 'long unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 45 | if (e.type == ClientMessage && e.xclient.data.l[0] == deleteWindow) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: src/native/x11.c:40:31: warning: variable 'mouseR' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:23: warning: variable 'mouseL' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:15: warning: variable 'mouseY' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:7: warning: variable 'mouseX' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "5015e722c0e345cf5f3a4782f409ae08c069815f6de971dee9c9f0b81ab661b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5015e722c0e345cf5f3a4782f409ae08c069815f6de971dee9c9f0b81ab661b3", kill_on_drop: false }` [INFO] [stdout] 5015e722c0e345cf5f3a4782f409ae08c069815f6de971dee9c9f0b81ab661b3 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59982f2afd3c3697fe524664d5535a936eabd6898c8996756f2a484ec423c4a8 [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" "59982f2afd3c3697fe524664d5535a936eabd6898c8996756f2a484ec423c4a8", kill_on_drop: false }` [INFO] [stderr] warning: src/native/x11.c: In function 'main': [INFO] [stderr] warning: src/native/x11.c:45:56: warning: comparison of integer expressions of different signedness: 'long int' and 'Atom' {aka 'long unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 45 | if (e.type == ClientMessage && e.xclient.data.l[0] == deleteWindow) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: src/native/x11.c:40:31: warning: variable 'mouseR' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:23: warning: variable 'mouseL' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:15: warning: variable 'mouseY' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:7: warning: variable 'mouseX' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Compiling gen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "59982f2afd3c3697fe524664d5535a936eabd6898c8996756f2a484ec423c4a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59982f2afd3c3697fe524664d5535a936eabd6898c8996756f2a484ec423c4a8", kill_on_drop: false }` [INFO] [stdout] 59982f2afd3c3697fe524664d5535a936eabd6898c8996756f2a484ec423c4a8 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", 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] 3975b109a0ab75eca0ea42d1ba75cd800aeddb25454811dfebe6d59bd543d9c4 [INFO] running `Command { std: "docker" "start" "-a" "3975b109a0ab75eca0ea42d1ba75cd800aeddb25454811dfebe6d59bd543d9c4", kill_on_drop: false }` [INFO] [stderr] warning: src/native/x11.c: In function 'main': [INFO] [stderr] warning: src/native/x11.c:45:56: warning: comparison of integer expressions of different signedness: 'long int' and 'Atom' {aka 'long unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 45 | if (e.type == ClientMessage && e.xclient.data.l[0] == deleteWindow) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: src/native/x11.c:40:31: warning: variable 'mouseR' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:23: warning: variable 'mouseL' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:15: warning: variable 'mouseY' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: src/native/x11.c:40:7: warning: variable 'mouseX' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 40 | int mouseX, mouseY, mouseL, mouseR; [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gen-8d2468997ab5b2ae [INFO] [stdout] Cannot open display [INFO] [stderr] error: test failed, to rerun pass '--bin gen' [INFO] running `Command { std: "docker" "inspect" "3975b109a0ab75eca0ea42d1ba75cd800aeddb25454811dfebe6d59bd543d9c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3975b109a0ab75eca0ea42d1ba75cd800aeddb25454811dfebe6d59bd543d9c4", kill_on_drop: false }` [INFO] [stdout] 3975b109a0ab75eca0ea42d1ba75cd800aeddb25454811dfebe6d59bd543d9c4