[INFO] cloning repository https://github.com/linyinfeng/commit-notifier [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/linyinfeng/commit-notifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinyinfeng%2Fcommit-notifier", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinyinfeng%2Fcommit-notifier'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5518db23020e2219c16427b740d193b6c3458406 [INFO] checking linyinfeng/commit-notifier against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinyinfeng%2Fcommit-notifier" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/linyinfeng/commit-notifier [INFO] finished tweaking git repo https://github.com/linyinfeng/commit-notifier [INFO] tweaked toml for git repo https://github.com/linyinfeng/commit-notifier written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/linyinfeng/commit-notifier on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/linyinfeng/commit-notifier 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" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1bd60dac5681cefdefd7eb1bd19c918773680ae0b39c5f0d29842d814ca48ff4 [INFO] running `Command { std: "docker" "start" "-a" "1bd60dac5681cefdefd7eb1bd19c918773680ae0b39c5f0d29842d814ca48ff4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bd60dac5681cefdefd7eb1bd19c918773680ae0b39c5f0d29842d814ca48ff4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bd60dac5681cefdefd7eb1bd19c918773680ae0b39c5f0d29842d814ca48ff4", kill_on_drop: false }` [INFO] [stdout] 1bd60dac5681cefdefd7eb1bd19c918773680ae0b39c5f0d29842d814ca48ff4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17e8faabb8cb37bde3b7a01f163aac78f0d879d1f390c545f276f57ea3e780af [INFO] running `Command { std: "docker" "start" "-a" "17e8faabb8cb37bde3b7a01f163aac78f0d879d1f390c545f276f57ea3e780af", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling find-msvc-tools v0.1.3 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling erasable v1.3.0 [INFO] [stderr] Checking iana-time-zone v0.1.64 [INFO] [stderr] Compiling rustls v0.23.32 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking deranged v0.5.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling libsqlite3-sys v0.35.0 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking rgb v0.8.52 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking pem v3.0.5 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking rc-box v1.3.0 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking takecell v0.1.1 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking secrecy v0.10.3 [INFO] [stderr] Checking web-time v1.1.0 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking winnow v0.6.26 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking rusqlite v0.37.0 [INFO] [stderr] Checking version-compare v0.2.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling include_dir v0.7.4 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Checking is-terminal v0.4.16 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Compiling cc v1.2.40 [INFO] [stderr] Checking regex-automata v0.4.11 [INFO] [stderr] Checking fs4 v0.13.1 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling psm v0.1.27 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling stacker v0.1.22 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Checking regex v1.11.3 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Checking pretty_env_logger v0.5.0 [INFO] [stderr] Checking rustls-webpki v0.103.7 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling snafu-derive v0.8.9 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling teloxide-macros v0.10.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling aquamarine v0.6.0 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking simple_asn1 v0.6.3 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Checking snafu v0.8.9 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling serde_with_macros v3.15.0 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking clap v4.5.48 [INFO] [stderr] Checking serde_with v3.15.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking serde_regex v1.1.0 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking dptree v0.5.1 [INFO] [stderr] Checking cron v0.15.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking git2 v0.20.2 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking deadpool-runtime v0.1.4 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking lockable v0.2.0 [INFO] [stderr] Checking deadpool v0.12.3 [INFO] [stderr] Checking deadpool-sync v0.1.4 [INFO] [stderr] Checking deadpool-sqlite v0.12.1 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking hyper-util v0.1.17 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking reqwest v0.12.23 [INFO] [stderr] Checking octocrab v0.46.0 [INFO] [stderr] Checking teloxide-core v0.13.0 [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/149edce6c6ee840adb602803b96d083101ef3592/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 --warn=unexpected_cfgs --check-cfg 'cfg(dep_docsrs)' --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=3d36b7cdee292863 -C extra-filename=-997c5a1b52d712c7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-7063c8271e4d7aa2.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-01d7830f413dba02.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-8fe5a29989764a14.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-9333d01a6ef8d829.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-8d6f1817244941e6.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d1445fb67721d80a.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-badcfaee99768a34.rmeta --extern rc_box=/opt/rustwide/target/debug/deps/librc_box-c600d1dd09a6c8f6.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-e1848d8490098532.rmeta --extern rgb=/opt/rustwide/target/debug/deps/librgb-60868a04a8e1da7d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-637dbabb07c48fa0.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a908e586fceb6461.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-26f12fbd50dfed1a.rmeta --extern stacker=/opt/rustwide/target/debug/deps/libstacker-9bbf7a8a6ecfcb41.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-39be4738901f9856.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-04c6393b0b7045aa.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-00199b656ce40358.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-85f0c4bc91cf79c2.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-f8f693194ed191e8.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-75516a6b36456f0b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "17e8faabb8cb37bde3b7a01f163aac78f0d879d1f390c545f276f57ea3e780af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17e8faabb8cb37bde3b7a01f163aac78f0d879d1f390c545f276f57ea3e780af", kill_on_drop: false }` [INFO] [stdout] 17e8faabb8cb37bde3b7a01f163aac78f0d879d1f390c545f276f57ea3e780af