[INFO] cloning repository https://github.com/panda-coder/rustcalculator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panda-coder/rustcalculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanda-coder%2Frustcalculator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanda-coder%2Frustcalculator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bdac4cec401bedce6b5bf6c4246a69da45fb084 [INFO] testing panda-coder/rustcalculator against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanda-coder%2Frustcalculator" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/panda-coder/rustcalculator 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/panda-coder/rustcalculator [INFO] finished tweaking git repo https://github.com/panda-coder/rustcalculator [INFO] tweaked toml for git repo https://github.com/panda-coder/rustcalculator written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/panda-coder/rustcalculator 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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] 90bdd281579b390b71f664af2d6390bab28c45ea2924f2c96a56328dcce9304d [INFO] running `Command { std: "docker" "start" "-a" "90bdd281579b390b71f664af2d6390bab28c45ea2924f2c96a56328dcce9304d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90bdd281579b390b71f664af2d6390bab28c45ea2924f2c96a56328dcce9304d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90bdd281579b390b71f664af2d6390bab28c45ea2924f2c96a56328dcce9304d", kill_on_drop: false }` [INFO] [stdout] 90bdd281579b390b71f664af2d6390bab28c45ea2924f2c96a56328dcce9304d [INFO] running `Command { std: "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" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be3fba467b544a2779b2369d535f521b37b2be55c1512ba92a96c9a7dd75dda0 [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" "be3fba467b544a2779b2369d535f521b37b2be55c1512ba92a96c9a7dd75dda0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.53 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling gio v0.6.0 [INFO] [stderr] Compiling gdk-pixbuf v0.6.0 [INFO] [stderr] Compiling fragile v0.3.0 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling cairo-rs v0.6.0 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling pango v0.6.0 [INFO] [stderr] Compiling atk v0.6.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling gdk v0.10.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling gtk v0.6.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling glib-sys v0.8.0 [INFO] [stderr] Compiling gobject-sys v0.8.0 [INFO] [stderr] Compiling gio-sys v0.8.0 [INFO] [stderr] Compiling cairo-sys-rs v0.8.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.8.0 [INFO] [stderr] Compiling pango-sys v0.8.0 [INFO] [stderr] Compiling atk-sys v0.8.0 [INFO] [stderr] Compiling gdk-sys v0.8.0 [INFO] [stderr] Compiling gtk-sys v0.8.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling glib v0.7.1 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling config v0.9.2 [INFO] [stderr] error: could not compile `gtk` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gtk /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v3_16"' -C metadata=7bc97ae187331729 -C extra-filename=-7bc97ae187331729 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-e7f74c180478ef67.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-d6cecf287b2af04b.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-3dd3f5ac1f9ce008.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-9ea39aaa0c190353.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-cf54e96d2cbc2e7f.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-8a6e95c2f11427e0.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-a4dd095b0818da5a.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-24ee67d1ddeed61a.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-5e6b49055645ecd6.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-633105cbba0ae9c3.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-3906c2368a229751.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-fe646630d8200535.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-c5c4df1d0c7c95e5.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-189ff3a32fc15909.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-c35d1f3f677e4bf4.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-81cfbd84e2606630.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-c8c899ba1a8f6273.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "be3fba467b544a2779b2369d535f521b37b2be55c1512ba92a96c9a7dd75dda0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be3fba467b544a2779b2369d535f521b37b2be55c1512ba92a96c9a7dd75dda0", kill_on_drop: false }` [INFO] [stdout] be3fba467b544a2779b2369d535f521b37b2be55c1512ba92a96c9a7dd75dda0