[INFO] fetching crate way-cooler-background 0.1.0... [INFO] testing way-cooler-background-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate way-cooler-background 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate way-cooler-background 0.1.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate way-cooler-background 0.1.0 [INFO] finished tweaking crates.io crate way-cooler-background 0.1.0 [INFO] tweaked toml for crates.io crate way-cooler-background 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta-2020-06-03" "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] f7210a65d9f786604a6d36ce4a31f8375c531292f62e11bcba5d3ad342d1b719 [INFO] running `"docker" "start" "-a" "f7210a65d9f786604a6d36ce4a31f8375c531292f62e11bcba5d3ad342d1b719"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: package replacement is not used: https://github.com/rust-lang/crates.io-index#cairo-sys-rs:0.3.1 [INFO] [stderr] warning: package replacement is not used: https://github.com/rust-lang/crates.io-index#glib-sys:0.3.1 [INFO] [stderr] warning: package replacement is not used: https://github.com/rust-lang/crates.io-index#gobject-sys:0.3.1 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling gdk-pixbuf v0.1.3 [INFO] [stderr] Compiling gio v0.1.3 [INFO] [stderr] Compiling cairo-rs v0.1.3 [INFO] [stderr] Compiling c_vec v1.2.1 [INFO] [stderr] Compiling gdk v0.5.3 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling gtk v0.1.3 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling bitflags v0.6.0 [INFO] [stderr] Compiling glib-sys v0.3.4 [INFO] [stderr] Compiling gobject-sys v0.3.4 [INFO] [stderr] Compiling gio-sys v0.3.4 [INFO] [stderr] Compiling cairo-sys-rs v0.3.4 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.3.4 [INFO] [stderr] Compiling pango-sys v0.3.4 [INFO] [stderr] Compiling gdk-sys v0.3.4 [INFO] [stderr] Compiling atk-sys v0.3.4 [INFO] [stderr] Compiling gtk-sys v0.3.4 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling wayland-scanner v0.6.0 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling wayland-client v0.6.2 [INFO] [stderr] Compiling glib v0.1.3 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] error[E0119]: conflicting implementations of trait `value::SetValueOptional` for type `&_`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.1.3/src/value.rs:509:1 [INFO] [stderr] | [INFO] [stderr] 478 | impl<'a, T: ?Sized + SetValueOptional> SetValueOptional for &'a T { [INFO] [stderr] | ----------------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 509 | impl> SetValueOptional for T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&_` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `object::IsA` for type `&_` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `value::SetValue` for type `&_`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.1.3/src/value.rs:503:1 [INFO] [stderr] | [INFO] [stderr] 472 | impl<'a, T: ?Sized + SetValue> SetValue for &'a T { [INFO] [stderr] | ------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 503 | impl> SetValue for T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `&_` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `object::IsA` for type `&_` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: could not compile `glib`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "f7210a65d9f786604a6d36ce4a31f8375c531292f62e11bcba5d3ad342d1b719"` [INFO] running `"docker" "rm" "-f" "f7210a65d9f786604a6d36ce4a31f8375c531292f62e11bcba5d3ad342d1b719"` [INFO] [stdout] f7210a65d9f786604a6d36ce4a31f8375c531292f62e11bcba5d3ad342d1b719