[INFO] cloning repository https://github.com/WeedRap/brain_games
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WeedRap/brain_games" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeedRap%2Fbrain_games", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeedRap%2Fbrain_games'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 87fec21a12972563b7f717c461868c65f216041d
[INFO] checking WeedRap/brain_games against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeedRap%2Fbrain_games" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WeedRap/brain_games
[INFO] finished tweaking git repo https://github.com/WeedRap/brain_games
[INFO] tweaked toml for git repo https://github.com/WeedRap/brain_games written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WeedRap/brain_games on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WeedRap/brain_games 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4
[INFO] running `Command { std: "docker" "start" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4", 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" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4", 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" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: brain_games v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `clippy` which is missing a lib target
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]     Checking smallvec v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling openssl v0.10.62
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.59
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking anstream v0.6.7
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking gzip-header v1.0.0
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-sys v0.9.98
[INFO] [stderr]    Compiling libz-sys v1.1.14
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling libgit2-sys v0.16.1+1.7.1
[INFO] [stderr]     Checking winnow v0.5.34
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]    Compiling llvm_profparser v0.3.3
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling procfs v0.16.0
[INFO] [stderr]     Checking clap_builder v4.4.16
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking deflate v1.0.0
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=39aa26814e0a8467 -C extra-filename=-c075dacfb410646f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="thread"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=33423ce4b9ab1dba -C extra-filename=-8caa6708694536eb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-7d5866f67dd9a255.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-47e94ee227cf93af.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4", kill_on_drop: false }`
[INFO] [stdout] 3eca608a68c4ba1c088ff981f86ab9619cd7b6f0e2f2f83a8fc7968819a972f4
