[INFO] cloning repository https://github.com/dbaron/wgmeeting-github-ircbot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dbaron/wgmeeting-github-ircbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbaron%2Fwgmeeting-github-ircbot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbaron%2Fwgmeeting-github-ircbot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7627f551fa1ac0406349d8b04fef1e182f92d380 [INFO] checking dbaron/wgmeeting-github-ircbot against try#15e8bc6907ab2b3623cb52acc726f4787458df64 for pr-141352 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbaron%2Fwgmeeting-github-ircbot" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dbaron/wgmeeting-github-ircbot on toolchain 15e8bc6907ab2b3623cb52acc726f4787458df64 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dbaron/wgmeeting-github-ircbot [INFO] finished tweaking git repo https://github.com/dbaron/wgmeeting-github-ircbot [INFO] tweaked toml for git repo https://github.com/dbaron/wgmeeting-github-ircbot written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dbaron/wgmeeting-github-ircbot 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" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded reqwest-retry v0.7.0 [INFO] [stderr] Downloaded irc-proto v1.1.0 [INFO] [stderr] Downloaded reqwest-conditional-middleware v0.4.0 [INFO] [stderr] Downloaded retry-policies v0.4.0 [INFO] [stderr] Downloaded parse_link_header v0.3.3 [INFO] [stderr] Downloaded reqwest-tracing v0.5.7 [INFO] [stderr] Downloaded irc v1.1.0 [INFO] [stderr] Downloaded octorust v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1df4bd00f549e2c8408cbac0a3f34826855da8ecf3cc47f4f35b1a828bf5e005 [INFO] running `Command { std: "docker" "start" "-a" "1df4bd00f549e2c8408cbac0a3f34826855da8ecf3cc47f4f35b1a828bf5e005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1df4bd00f549e2c8408cbac0a3f34826855da8ecf3cc47f4f35b1a828bf5e005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1df4bd00f549e2c8408cbac0a3f34826855da8ecf3cc47f4f35b1a828bf5e005", kill_on_drop: false }` [INFO] [stdout] 1df4bd00f549e2c8408cbac0a3f34826855da8ecf3cc47f4f35b1a828bf5e005 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+15e8bc6907ab2b3623cb52acc726f4787458df64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c8019d52fff520182658e04d7c2511d2e46d110025346433125424d37e34bd2 [INFO] running `Command { std: "docker" "start" "-a" "8c8019d52fff520182658e04d7c2511d2e46d110025346433125424d37e34bd2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking litemap v0.7.5 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling aws-lc-rs v1.13.0 [INFO] [stderr] Checking rustls-pki-types v1.11.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Compiling rustls v0.23.26 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Checking webpki-roots v0.26.8 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking pem v3.0.5 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking matchit v0.8.6 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking winnow v0.7.6 [INFO] [stderr] Compiling cc v1.2.19 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Compiling wgmeeting_github_ircbot v0.4.8 (/opt/rustwide/workdir) [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Checking jiff v0.2.8 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling aws-lc-sys v0.28.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking retry-policies v0.4.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking simple_asn1 v0.6.3 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking uuid v1.16.0 [INFO] [stderr] Checking rustls-webpki v0.103.1 [INFO] [stderr] Checking toml_edit v0.22.24 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking parse_link_header v0.3.3 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking toml v0.8.20 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking irc-proto v1.1.0 [INFO] [stderr] Checking hyper-util v0.1.11 [INFO] [stderr] Checking irc v1.1.0 [INFO] [stderr] Checking hyper-rustls v0.27.5 [INFO] [stderr] Checking reqwest v0.12.15 [INFO] [stderr] Checking reqwest-middleware v0.4.2 [INFO] [stderr] Checking reqwest-tracing v0.5.7 [INFO] [stderr] Checking reqwest-conditional-middleware v0.4.0 [INFO] [stderr] Checking reqwest-retry v0.7.0 [INFO] [stderr] Checking octorust v0.10.0 [INFO] [stderr] error: could not compile `octorust` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/15e8bc6907ab2b3623cb52acc726f4787458df64/bin/rustc --crate-name octorust --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/octorust-0.10.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="middleware"' --cfg 'feature="pem"' --cfg 'feature="reqwest-conditional-middleware"' --cfg 'feature="reqwest-middleware"' --cfg 'feature="reqwest-retry"' --cfg 'feature="reqwest-tracing"' --cfg 'feature="ring"' --cfg 'feature="rustls-tls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dirs", "httpcache", "middleware", "native-tls", "openssl", "pem", "reqwest-conditional-middleware", "reqwest-middleware", "reqwest-retry", "reqwest-tracing", "ring", "rustls-tls"))' -C metadata=e6c5336307c5fdca -C extra-filename=-9ed367b2189e6624 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-22a559fd2ea335ee.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-c60ae2d73883378f.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-430ee52147968d74.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f13e033d9c2fe71c.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-c43458532dffa18a.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-f1336c613bec7471.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-b8f0dbbae08fbe1b.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-719fdfbd841ea854.rmeta --extern parse_link_header=/opt/rustwide/target/debug/deps/libparse_link_header-072826797a80c47a.rmeta --extern pem=/opt/rustwide/target/debug/deps/libpem-032e6c108348d55d.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-70e4695576ffb191.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-a07cda22d4b13a2e.rmeta --extern reqwest_conditional_middleware=/opt/rustwide/target/debug/deps/libreqwest_conditional_middleware-a20289cf6248a2ca.rmeta --extern reqwest_middleware=/opt/rustwide/target/debug/deps/libreqwest_middleware-10c8ffc791dec7a9.rmeta --extern reqwest_retry=/opt/rustwide/target/debug/deps/libreqwest_retry-edf9fcef05ac4cd0.rmeta --extern reqwest_tracing=/opt/rustwide/target/debug/deps/libreqwest_tracing-f3612d0fd3a9011e.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-3a48270955a0029f.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-d3621451a1658f74.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-3567a34d972bb9f1.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-28cc44614e7b23b9.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-53ccd71a087c0864.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-692b4b1b20ab396a.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e85658de84a43d52.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-af2d3577aa6c3ef6.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-0cc0ea61d47f5863.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-e259ccf4af508dbd/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-1404f65e253a641c/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "8c8019d52fff520182658e04d7c2511d2e46d110025346433125424d37e34bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c8019d52fff520182658e04d7c2511d2e46d110025346433125424d37e34bd2", kill_on_drop: false }` [INFO] [stdout] 8c8019d52fff520182658e04d7c2511d2e46d110025346433125424d37e34bd2