[INFO] cloning repository https://github.com/woolen-sheep/fotobot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/woolen-sheep/fotobot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoolen-sheep%2Ffotobot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoolen-sheep%2Ffotobot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 570ac485765c3834b2a1b5c41a323dc1a4b69db3
[INFO] checking woolen-sheep/fotobot against 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoolen-sheep%2Ffotobot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/woolen-sheep/fotobot
[INFO] finished tweaking git repo https://github.com/woolen-sheep/fotobot
[INFO] tweaked toml for git repo https://github.com/woolen-sheep/fotobot written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/woolen-sheep/fotobot on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/woolen-sheep/fotobot 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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b
[INFO] running `Command { std: "docker" "start" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b", 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" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b", 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" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking generic-array v0.14.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling grammers-tl-parser v1.2.0 (https://github.com/woolen-sheep/grammers?branch=feat-file-header#d4aed73b)
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling grammers-tl-gen v0.8.0 (https://github.com/woolen-sheep/grammers?branch=feat-file-header#d4aed73b)
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling grammers-tl-types v0.8.0 (https://github.com/woolen-sheep/grammers?branch=feat-file-header#d4aed73b)
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling sqlite3-src v0.7.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking sqlite3-sys v0.18.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling grammers-session v0.8.0 (https://github.com/woolen-sheep/grammers?branch=feat-file-header#d4aed73b)
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking sqlite v0.37.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking glass_pumpkin v1.9.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking grammers-crypto v0.8.0 (https://github.com/woolen-sheep/grammers?branch=feat-file-header#d4aed73b)
[INFO] [stderr]    Compiling normpath v1.5.0
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]    Compiling base62 v2.2.3
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr] error: could not compile `grammers-tl-types` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/bin/rustc --crate-name grammers_tl_types --edition=2024 /opt/rustwide/cargo-home/git/checkouts/grammers-8caa3e029ba5a0dc/d4aed73/grammers-tl-types/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="impl-debug"' --cfg 'feature="impl-from-enum"' --cfg 'feature="impl-from-type"' --cfg 'feature="tl-api"' --cfg 'feature="tl-mtproto"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserializable-functions", "impl-debug", "impl-from-enum", "impl-from-type", "impl-serde", "tl-api", "tl-mtproto"))' -C metadata=4e97f66cd798aa29 -C extra-filename=-ddf543b77f0e44c6 --out-dir /opt/rustwide/target/debug/build/grammers-tl-types/ddf543b77f0e44c6/out --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b", kill_on_drop: false }`
[INFO] [stdout] 1c2f43ef9a9dcef732f56ebd51dabd1a11a7e01c63236ae2b61e88e749c6966b
