[INFO] cloning repository https://github.com/beryll1um/mamkilover
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beryll1um/mamkilover" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fberyll1um%2Fmamkilover", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fberyll1um%2Fmamkilover'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34d25bd1d46e8a42dcb6a4eda6533cf95ac19535
[INFO] checking beryll1um/mamkilover against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fberyll1um%2Fmamkilover" "/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/beryll1um/mamkilover
[INFO] finished tweaking git repo https://github.com/beryll1um/mamkilover
[INFO] tweaked toml for git repo https://github.com/beryll1um/mamkilover written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/beryll1um/mamkilover 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/beryll1um/mamkilover 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8
[INFO] running `Command { std: "docker" "start" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8", 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" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8", 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" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling diesel_derives v2.3.6
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking rc-box v1.3.0
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking takecell v0.1.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling aquamarine v0.6.0
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking dptree v0.5.1
[INFO] [stderr]    Compiling teloxide-macros v0.10.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.26
[INFO] [stderr]     Checking teloxide-core v0.13.0
[INFO] [stderr]     Checking diesel v2.3.5
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name diesel --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.5/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="32-column-tables"' --cfg 'feature="default"' --cfg 'feature="r2d2"' --cfg 'feature="sqlite"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=5e0a79bcea031f8f -C extra-filename=-098cab39c99d2195 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-70c209709b2cce19.so --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-c1f83e1ccd938312.rmeta --extern libsqlite3_sys=/opt/rustwide/target/debug/deps/liblibsqlite3_sys-6067cfa237039540.rmeta --extern r2d2=/opt/rustwide/target/debug/deps/libr2d2-3c74c45cc5a2168a.rmeta --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 `teloxide-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name teloxide_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teloxide-core-0.13.0/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="native-tls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache_me", "default", "erased", "full", "native-tls", "nightly", "rustls", "rustls-native-roots", "throttle", "trace_adaptor", "vecrem"))' -C metadata=e48db3bea2054be2 -C extra-filename=-c62844b936464f1a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-3d79a77b594dfc85.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1733fcdb13354ed1.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-cef65f2d45e8a5f2.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-bdf7d239ec99d940.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-35672727dfbcf6c5.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-e0cbbce39a321476.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-243a4081f8655140.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-719fdfbd841ea854.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2ad934dc7da92e31.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-cd419b91a80a7c5f.rmeta --extern rc_box=/opt/rustwide/target/debug/deps/librc_box-08777d5c4ec965ba.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-3b1d32a13a6a09ba.rmeta --extern rgb=/opt/rustwide/target/debug/deps/librgb-f66655c54b12d80c.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-d2f60ded8cd15991.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-936e908ecaf7f7c0.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-1d9050e1d28758ed.rmeta --extern stacker=/opt/rustwide/target/debug/deps/libstacker-c027a287ac2852c6.rmeta --extern take_mut=/opt/rustwide/target/debug/deps/libtake_mut-0167925e006b9ec1.rmeta --extern takecell=/opt/rustwide/target/debug/deps/libtakecell-6844cd677f682502.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-ebf7701f8b888548.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-554313d6aec1c71a.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-a083ab11f37d4544.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-52176a556b7cd4d8.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-e7671eda294baeef.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-b15fa5ed616139cd/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8", kill_on_drop: false }`
[INFO] [stdout] 555803fceaa23ef9c21acbb548bdfc9d5ec6bc3d91f3817ee5289141c294cfe8
