[INFO] fetching crate smithay-client-toolkit 0.9.1... [INFO] testing smithay-client-toolkit-0.9.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate smithay-client-toolkit 0.9.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate smithay-client-toolkit 0.9.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate smithay-client-toolkit 0.9.1 [INFO] finished tweaking crates.io crate smithay-client-toolkit 0.9.1 [INFO] tweaked toml for crates.io crate smithay-client-toolkit 0.9.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate smithay-client-toolkit 0.9.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c18dd0d0859bd44bd113dbdda6f0671c9bebb0c06da583a7b1818d7bf3c2460 [INFO] running `"docker" "start" "-a" "1c18dd0d0859bd44bd113dbdda6f0671c9bebb0c06da583a7b1818d7bf3c2460"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling ahash v0.3.3 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling xcur v0.1.3 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling wayland-scanner v0.26.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.26.4 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling wayland-client v0.26.4 [INFO] [stderr] Compiling wayland-protocols v0.26.4 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling ordered-multimap v0.2.4 [INFO] [stderr] Compiling rust-ini v0.15.2 [INFO] [stderr] Compiling xcursor v0.1.1 [INFO] [stderr] Compiling wayland-commons v0.26.4 [INFO] [stderr] Compiling calloop v0.6.2 [INFO] [stderr] Compiling wayland-cursor v0.26.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | XKB_CONTEXT_NO_DEFAULT_INCLUDES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:70:40 [INFO] [stderr] | [INFO] [stderr] 70 | XKB_CONTEXT_NO_ENVIRONMENT_NAMES = (1 << 1) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "1c18dd0d0859bd44bd113dbdda6f0671c9bebb0c06da583a7b1818d7bf3c2460"` [INFO] running `"docker" "rm" "-f" "1c18dd0d0859bd44bd113dbdda6f0671c9bebb0c06da583a7b1818d7bf3c2460"` [INFO] [stdout] 1c18dd0d0859bd44bd113dbdda6f0671c9bebb0c06da583a7b1818d7bf3c2460 [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 497bfa5856c585c5fdd02bb673f8930a03523ba100ae1b216a1e7891af4260c4 [INFO] running `"docker" "start" "-a" "497bfa5856c585c5fdd02bb673f8930a03523ba100ae1b216a1e7891af4260c4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | XKB_CONTEXT_NO_DEFAULT_INCLUDES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:70:40 [INFO] [stderr] | [INFO] [stderr] 70 | XKB_CONTEXT_NO_ENVIRONMENT_NAMES = (1 << 1) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | XKB_CONTEXT_NO_DEFAULT_INCLUDES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:70:40 [INFO] [stderr] | [INFO] [stderr] 70 | XKB_CONTEXT_NO_ENVIRONMENT_NAMES = (1 << 1) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: could not compile `smithay-client-toolkit`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name selection --edition=2018 examples/selection.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="andrew"' --cfg 'feature="calloop"' --cfg 'feature="default"' --cfg 'feature="frames"' -C metadata=32a656a33442d376 -C extra-filename=-32a656a33442d376 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern andrew=/opt/rustwide/target/debug/deps/libandrew-fe0dd636b3225a5c.rlib --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib --extern calloop=/opt/rustwide/target/debug/deps/libcalloop-82377e6811c5a221.rlib --extern dlib=/opt/rustwide/target/debug/deps/libdlib-5f20446371d1aa77.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-9d7bf31cea3f0ffa.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-b205460ab16acb8b.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-a33493f89236ad47.rlib --extern smithay_client_toolkit=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-7bfac57820872c9e.rlib --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-9bb3dc59cc418081.rlib --extern wayland_cursor=/opt/rustwide/target/debug/deps/libwayland_cursor-7adbf34650535769.rlib --extern wayland_protocols=/opt/rustwide/target/debug/deps/libwayland_protocols-81ecec00134a2463.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-6089923e9c49fee3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `smithay-client-toolkit`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name pointer_input --edition=2018 examples/pointer_input.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="andrew"' --cfg 'feature="calloop"' --cfg 'feature="default"' --cfg 'feature="frames"' -C metadata=3a6e5377c93d0262 -C extra-filename=-3a6e5377c93d0262 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern andrew=/opt/rustwide/target/debug/deps/libandrew-fe0dd636b3225a5c.rlib --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib --extern calloop=/opt/rustwide/target/debug/deps/libcalloop-82377e6811c5a221.rlib --extern dlib=/opt/rustwide/target/debug/deps/libdlib-5f20446371d1aa77.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-9d7bf31cea3f0ffa.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-b205460ab16acb8b.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-a33493f89236ad47.rlib --extern smithay_client_toolkit=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-7bfac57820872c9e.rlib --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-9bb3dc59cc418081.rlib --extern wayland_cursor=/opt/rustwide/target/debug/deps/libwayland_cursor-7adbf34650535769.rlib --extern wayland_protocols=/opt/rustwide/target/debug/deps/libwayland_protocols-81ecec00134a2463.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-6089923e9c49fee3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `smithay-client-toolkit`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name kbd_input --edition=2018 examples/kbd_input.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="andrew"' --cfg 'feature="calloop"' --cfg 'feature="default"' --cfg 'feature="frames"' -C metadata=6d5a15c1772a9733 -C extra-filename=-6d5a15c1772a9733 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern andrew=/opt/rustwide/target/debug/deps/libandrew-fe0dd636b3225a5c.rlib --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib --extern calloop=/opt/rustwide/target/debug/deps/libcalloop-82377e6811c5a221.rlib --extern dlib=/opt/rustwide/target/debug/deps/libdlib-5f20446371d1aa77.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-9d7bf31cea3f0ffa.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-b205460ab16acb8b.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-a33493f89236ad47.rlib --extern smithay_client_toolkit=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-7bfac57820872c9e.rlib --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-9bb3dc59cc418081.rlib --extern wayland_cursor=/opt/rustwide/target/debug/deps/libwayland_cursor-7adbf34650535769.rlib --extern wayland_protocols=/opt/rustwide/target/debug/deps/libwayland_protocols-81ecec00134a2463.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-6089923e9c49fee3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "497bfa5856c585c5fdd02bb673f8930a03523ba100ae1b216a1e7891af4260c4"` [INFO] running `"docker" "rm" "-f" "497bfa5856c585c5fdd02bb673f8930a03523ba100ae1b216a1e7891af4260c4"` [INFO] [stdout] 497bfa5856c585c5fdd02bb673f8930a03523ba100ae1b216a1e7891af4260c4