[INFO] cloning repository https://github.com/pop-os/popsicle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pop-os/popsicle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fpopsicle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fpopsicle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e3699875ba1e04db778ab58c3dc1f4d1ebff750 [INFO] checking pop-os/popsicle against try#969026c535f4240ff7866ef11207dfda18a26af6 for pr-146504 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpop-os%2Fpopsicle" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/pop-os/popsicle [INFO] finished tweaking git repo https://github.com/pop-os/popsicle [INFO] tweaked toml for git repo https://github.com/pop-os/popsicle written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pop-os/popsicle on toolchain 969026c535f4240ff7866ef11207dfda18a26af6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/pop-os/popsicle already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ca9a353a23879136d81d89b690dd5eb624cce0b51e6388f6ba12015dab6c887 [INFO] running `Command { std: "docker" "start" "-a" "1ca9a353a23879136d81d89b690dd5eb624cce0b51e6388f6ba12015dab6c887", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ca9a353a23879136d81d89b690dd5eb624cce0b51e6388f6ba12015dab6c887", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ca9a353a23879136d81d89b690dd5eb624cce0b51e6388f6ba12015dab6c887", kill_on_drop: false }` [INFO] [stdout] 1ca9a353a23879136d81d89b690dd5eb624cce0b51e6388f6ba12015dab6c887 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c603e3ce2bf4542c7072ba95bfe133dc55fe0e32fe3327df56af1f1b26fb8543 [INFO] running `Command { std: "docker" "start" "-a" "c603e3ce2bf4542c7072ba95bfe133dc55fe0e32fe3327df56af1f1b26fb8543", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.75 [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling winnow v0.5.32 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling target-lexicon v0.12.13 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking value-bag v1.4.3 [INFO] [stderr] Checking futures-lite v2.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.12 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Checking async-task v4.7.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking piper v0.2.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Compiling type-map v0.4.0 [INFO] [stderr] Compiling cfg-expr v0.15.6 [INFO] [stderr] Checking concurrent-queue v2.4.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rust-embed-utils v8.2.0 [INFO] [stderr] Checking event-listener v4.0.2 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Compiling self_cell v1.0.3 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking io-lifetimes v1.0.11 [INFO] [stderr] Checking polling v2.8.0 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking rustix v0.37.27 [INFO] [stderr] Checking event-listener-strategy v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling self_cell v0.10.3 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking genawaiter v0.2.2 [INFO] [stderr] Checking async-lock v3.2.0 [INFO] [stderr] Checking async-channel v2.1.1 [INFO] [stderr] Checking tokio v1.35.1 [INFO] [stderr] Compiling gio v0.17.10 [INFO] [stderr] Checking base64 v0.21.5 [INFO] [stderr] Checking mnt v0.3.1 [INFO] [stderr] Checking as-result v0.2.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Checking async-executor v1.8.0 [INFO] [stderr] Checking blocking v1.5.1 [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stderr] Compiling arc-swap v1.6.0 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Checking crossbeam-channel v0.5.10 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Compiling gtk v0.17.1 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Checking rustc-demangle v0.1.23 [INFO] [stderr] Checking cascade v1.0.1 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking anstream v0.6.5 [INFO] [stderr] Checking time v0.3.31 [INFO] [stderr] Checking dbus v0.9.7 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking console v0.15.7 [INFO] [stderr] Compiling popsicle_gtk v1.3.3 (/opt/rustwide/workdir/gtk) [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking pbr v1.1.1 (https://github.com/ids1024/pb?branch=write#225bf70c) [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap_builder v4.4.12 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking hex-view v0.1.3 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp/watch.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | Readable = ffi::DBUS_WATCH_READABLE as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp/watch.rs:53:16 [INFO] [stdout] | [INFO] [stdout] 53 | Writable = ffi::DBUS_WATCH_WRITABLE as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp/watch.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | Error = ffi::DBUS_WATCH_ERROR as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp/watch.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | Hangup = ffi::DBUS_WATCH_HANGUP as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp.rs:96:24 [INFO] [stdout] | [INFO] [stdout] 96 | AllowReplacement = ffi::DBUS_NAME_FLAG_ALLOW_REPLACEMENT as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | ReplaceExisting = ffi::DBUS_NAME_FLAG_REPLACE_EXISTING as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/ffidisp.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | DoNotQueue = ffi::DBUS_NAME_FLAG_DO_NOT_QUEUE as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bytesize v1.3.0 [INFO] [stderr] Checking fomat-macros v0.3.2 [INFO] [stderr] Checking atomic v0.6.0 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling sha1-asm v0.5.2 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.194 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling rust-embed-impl v8.2.0 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Checking clap v4.4.13 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dbus` (lib) due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c603e3ce2bf4542c7072ba95bfe133dc55fe0e32fe3327df56af1f1b26fb8543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c603e3ce2bf4542c7072ba95bfe133dc55fe0e32fe3327df56af1f1b26fb8543", kill_on_drop: false }` [INFO] [stdout] c603e3ce2bf4542c7072ba95bfe133dc55fe0e32fe3327df56af1f1b26fb8543