[INFO] cloning repository https://github.com/ArlenWen/dynamic-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArlenWen/dynamic-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArlenWen%2Fdynamic-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArlenWen%2Fdynamic-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] da25e761b29f47219945957ab3769bd7556a5a5f [INFO] checking ArlenWen/dynamic-proxy against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArlenWen%2Fdynamic-proxy" "/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/ArlenWen/dynamic-proxy [INFO] finished tweaking git repo https://github.com/ArlenWen/dynamic-proxy [INFO] tweaked toml for git repo https://github.com/ArlenWen/dynamic-proxy written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ArlenWen/dynamic-proxy on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ArlenWen/dynamic-proxy 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24570e78f1dca88b4a232b6982d96af2445806edecbacde55736f38f6adc608a [INFO] running `Command { std: "docker" "start" "-a" "24570e78f1dca88b4a232b6982d96af2445806edecbacde55736f38f6adc608a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24570e78f1dca88b4a232b6982d96af2445806edecbacde55736f38f6adc608a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24570e78f1dca88b4a232b6982d96af2445806edecbacde55736f38f6adc608a", kill_on_drop: false }` [INFO] [stdout] 24570e78f1dca88b4a232b6982d96af2445806edecbacde55736f38f6adc608a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f33eab64e808657ed3e043afff37ffedcd19062bf4fab44f13bbe7ee99fdfdf9 [INFO] running `Command { std: "docker" "start" "-a" "f33eab64e808657ed3e043afff37ffedcd19062bf4fab44f13bbe7ee99fdfdf9", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Compiling aws-lc-rs v1.13.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling tracing-attributes v0.1.29 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking protobuf-support v3.7.2 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Compiling prometheus v0.14.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking winnow v0.7.10 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Checking headers v0.3.9 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Compiling cc v1.2.26 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking sha1_smol v1.0.1 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking tungstenite v0.21.0 [INFO] [stderr] Checking clap v4.5.39 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling aws-lc-sys v0.29.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling dynamic-proxy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking tokio-tungstenite v0.21.0 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking combine v4.6.7 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking rustls-webpki v0.103.3 [INFO] [stderr] Checking warp v0.3.7 [INFO] [stderr] Checking redis v0.32.0 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] error: could not compile `redis` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name redis --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/redis-0.32.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="acl"' --cfg 'feature="aio"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="geospatial"' --cfg 'feature="keep-alive"' --cfg 'feature="num-bigint"' --cfg 'feature="script"' --cfg 'feature="streams"' --cfg 'feature="tokio-comp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acl", "ahash", "aio", "async-std-comp", "async-std-native-tls-comp", "async-std-rustls-comp", "async-std-tls-comp", "bb8", "bigdecimal", "bytes", "cache-aio", "cluster", "cluster-async", "connection-manager", "default", "disable-client-setinfo", "geospatial", "hashbrown", "json", "keep-alive", "num-bigint", "r2d2", "rust_decimal", "safe_iterators", "script", "sentinel", "smol-comp", "smol-native-tls-comp", "smol-rustls-comp", "streams", "tcp_nodelay", "tls", "tls-native-tls", "tls-rustls", "tls-rustls-insecure", "tls-rustls-webpki-roots", "tokio-comp", "tokio-native-tls-comp", "tokio-rustls-comp", "uuid"))' -C metadata=e4fe8cc31eaa260d -C extra-filename=-b64930c2d765b80b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-561656c694538be0.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-802f6ff2cecfe93e.rmeta --extern combine=/opt/rustwide/target/debug/deps/libcombine-ff27d1de0267a97c.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-20d021009d1f32e9.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-717260cc5083bc91.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-729b001c8a68b0f9.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-af91b062c022a6aa.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-5cecbae01b8c8dea.rmeta --extern ryu=/opt/rustwide/target/debug/deps/libryu-c35357fa6c7ed44c.rmeta --extern sha1_smol=/opt/rustwide/target/debug/deps/libsha1_smol-9dbd48ad587248f8.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a48b715bb136c91e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d831749328e2efc2.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-5273149101fd8ba1.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-18748a184f7e88c6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "f33eab64e808657ed3e043afff37ffedcd19062bf4fab44f13bbe7ee99fdfdf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f33eab64e808657ed3e043afff37ffedcd19062bf4fab44f13bbe7ee99fdfdf9", kill_on_drop: false }` [INFO] [stdout] f33eab64e808657ed3e043afff37ffedcd19062bf4fab44f13bbe7ee99fdfdf9