[INFO] cloning repository https://github.com/KrisanaponMeksamoot/WLTablet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KrisanaponMeksamoot/WLTablet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrisanaponMeksamoot%2FWLTablet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrisanaponMeksamoot%2FWLTablet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72e3ad2d9cb5fdf00098eeab546182928fb46399
[INFO] checking KrisanaponMeksamoot/WLTablet against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKrisanaponMeksamoot%2FWLTablet" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KrisanaponMeksamoot/WLTablet
[INFO] finished tweaking git repo https://github.com/KrisanaponMeksamoot/WLTablet
[INFO] tweaked toml for git repo https://github.com/KrisanaponMeksamoot/WLTablet written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KrisanaponMeksamoot/WLTablet on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KrisanaponMeksamoot/WLTablet 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07
[INFO] running `Command { std: "docker" "start" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling zmij v1.0.22
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]    Compiling substring v1.4.5
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking waitgroup v0.1.2
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking uuid v1.23.5
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking nix v0.29.0
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=bb65411411096b99 -C extra-filename=-6def65c165841499 --out-dir /opt/rustwide/target/debug/build/rustix/6def65c165841499/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/42a213aab8397fad/out/libbitflags-42a213aab8397fad.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/ff271329eb221e3a/out/liblinux_raw_sys-ff271329eb221e3a.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=65531721a75a4a5a -C extra-filename=-a6e22538131e31c4 --out-dir /opt/rustwide/target/debug/build/nix/a6e22538131e31c4/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6dcfbc6bad33d8b2/out/libbitflags-6dcfbc6bad33d8b2.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out/libcfg_if-190c9021fd162845.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out/liblibc-16836f44866b8b3d.rmeta --extern memoffset=/opt/rustwide/target/debug/build/memoffset/c1e329635cdc6525/out/libmemoffset-c1e329635cdc6525.rmeta --extern pin_utils=/opt/rustwide/target/debug/build/pin-utils/db1de871cd8706a6/out/libpin_utils-db1de871cd8706a6.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07", kill_on_drop: false }`
[INFO] [stdout] c26cdb5a72791e921bdc89db27056b1a4b37d82aaca621e4f40fa1442c13ba07
