[INFO] cloning repository https://github.com/7mind/kanata-switcher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/7mind/kanata-switcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7mind%2Fkanata-switcher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7mind%2Fkanata-switcher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1368f94bf682e8a34087c6c2cc3dff24fb073d92 [INFO] checking 7mind/kanata-switcher against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7mind%2Fkanata-switcher" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/7mind/kanata-switcher [INFO] finished tweaking git repo https://github.com/7mind/kanata-switcher [INFO] tweaked toml for git repo https://github.com/7mind/kanata-switcher written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/7mind/kanata-switcher on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/7mind/kanata-switcher 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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62a624cea20fe00d9ebeb2651dcdaa761cf0d0480655315ba2946ef44d65b5cc [INFO] running `Command { std: "docker" "start" "-a" "62a624cea20fe00d9ebeb2651dcdaa761cf0d0480655315ba2946ef44d65b5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62a624cea20fe00d9ebeb2651dcdaa761cf0d0480655315ba2946ef44d65b5cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62a624cea20fe00d9ebeb2651dcdaa761cf0d0480655315ba2946ef44d65b5cc", kill_on_drop: false }` [INFO] [stdout] 62a624cea20fe00d9ebeb2651dcdaa761cf0d0480655315ba2946ef44d65b5cc [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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f14c6f19fd89b974638136ff4de9e79ebd7f4a124e90b8d463f7e5a70165fb72 [INFO] running `Command { std: "docker" "start" "-a" "f14c6f19fd89b974638136ff4de9e79ebd7f4a124e90b8d463f7e5a70165fb72", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling libdbus-sys v0.2.7 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Compiling cc v1.2.54 [INFO] [stderr] Compiling wayland-sys v0.31.8 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling dbus v0.9.10 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Compiling endi v1.1.1 [INFO] [stderr] Compiling zerocopy v0.8.34 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling xml-rs v0.8.28 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling wayland-client v0.31.12 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking socket2 v0.6.2 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking async-lock v3.4.2 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking clap_builder v4.5.54 [INFO] [stderr] Compiling wayland-scanner v0.31.8 [INFO] [stderr] Compiling wayland-backend v0.3.12 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking dbus-tree v0.9.2 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Checking async-executor v1.13.3 [INFO] [stderr] Checking uuid v1.20.0 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Compiling kanata-switcher v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] warning: kanata-switcher@1.1.1: GNOME extension files copied to /opt/rustwide/target/debug/gnome [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking noto-sans-mono-bitmap v0.3.2 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Compiling dbus-codegen v0.9.1 [INFO] [stderr] error: could not compile `dbus` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7b3da9103634dffd4f4365cfd8642427c781d99f/bin/rustc --crate-name dbus --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-channel", "futures-executor", "futures-util", "no-string-validation", "stdfd", "vendored"))' -C metadata=0efac3635494f39b -C extra-filename=-ee805385f183d2f2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-caa570d554b12835.rmeta --extern libdbus_sys=/opt/rustwide/target/debug/deps/liblibdbus_sys-ff082f2167b28d61.rmeta --cap-lints allow --cap-lints=forbid -Dinherent-method-on-receiver -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f14c6f19fd89b974638136ff4de9e79ebd7f4a124e90b8d463f7e5a70165fb72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f14c6f19fd89b974638136ff4de9e79ebd7f4a124e90b8d463f7e5a70165fb72", kill_on_drop: false }` [INFO] [stdout] f14c6f19fd89b974638136ff4de9e79ebd7f4a124e90b8d463f7e5a70165fb72