[INFO] cloning repository https://github.com/darkwater/priv-battery [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/darkwater/priv-battery" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkwater%2Fpriv-battery"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkwater%2Fpriv-battery'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 00534ae15bdc83be1ce025f50f3162d79b77c3fb [INFO] testing darkwater/priv-battery against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarkwater%2Fpriv-battery" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/darkwater/priv-battery on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/darkwater/priv-battery [INFO] finished tweaking git repo https://github.com/darkwater/priv-battery [INFO] tweaked toml for git repo https://github.com/darkwater/priv-battery written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/darkwater/priv-battery 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] 05d89f35d2956cf110940279f1e87b0f9c7eb33b49ad78e2d0ffe0b48e71e22f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "05d89f35d2956cf110940279f1e87b0f9c7eb33b49ad78e2d0ffe0b48e71e22f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gdk-pixbuf v0.1.1 (https://github.com/gtk-rs/gdk-pixbuf#d227c3a8) [INFO] [stderr] Compiling matches v0.1.4 [INFO] [stderr] Compiling cairo-rs v0.1.1 (https://github.com/gtk-rs/cairo.git#e5bf5d88) [INFO] [stderr] Compiling gio v0.1.1 (https://github.com/gtk-rs/gio#9133f88c) [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling c_vec v1.2.0 [INFO] [stderr] Compiling gdk v0.5.1 (https://github.com/gtk-rs/gdk.git#c2ab3110) [INFO] [stderr] Compiling gtk v0.1.1 (https://github.com/gtk-rs/gtk.git#0de27a52) [INFO] [stderr] Compiling redis v0.8.0 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling protobuf v1.2.2 [INFO] [stderr] Compiling glib-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling gobject-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling gio-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling cairo-sys-rs v0.3.2 (https://github.com/gtk-rs/cairo.git#e5bf5d88) [INFO] [stderr] Compiling gdk-pixbuf-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling pango-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling gdk-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling atk-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling gtk-sys v0.3.2 (https://github.com/gtk-rs/sys.git#aaa2a305) [INFO] [stderr] Compiling unicode-bidi v0.2.5 [INFO] [stderr] Compiling idna v0.1.0 [INFO] [stderr] Compiling url v1.4.0 [INFO] [stderr] Compiling glib v0.1.1 (https://github.com/gtk-rs/glib#6dabedc2) [INFO] [stderr] error[E0119]: conflicting implementations of trait `value::SetValueOptional` for type `&_`: [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/glib-928cf7b282977403/6dabedc/src/value.rs:489:1 [INFO] [stderr] | [INFO] [stderr] 458 | impl<'a, T: ?Sized + SetValueOptional> SetValueOptional for &'a T { [INFO] [stderr] | ----------------------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 489 | 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/git/checkouts/glib-928cf7b282977403/6dabedc/src/value.rs:483:1 [INFO] [stderr] | [INFO] [stderr] 452 | impl<'a, T: ?Sized + SetValue> SetValue for &'a T { [INFO] [stderr] | ------------------------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 483 | 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[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.4.0/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [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" "05d89f35d2956cf110940279f1e87b0f9c7eb33b49ad78e2d0ffe0b48e71e22f"` [INFO] running `"docker" "rm" "-f" "05d89f35d2956cf110940279f1e87b0f9c7eb33b49ad78e2d0ffe0b48e71e22f"` [INFO] [stdout] 05d89f35d2956cf110940279f1e87b0f9c7eb33b49ad78e2d0ffe0b48e71e22f