[INFO] cloning repository https://github.com/miketigerblue/rust-feed-ingestor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miketigerblue/rust-feed-ingestor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiketigerblue%2Frust-feed-ingestor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiketigerblue%2Frust-feed-ingestor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e91b414ae9a8751adc4220d7ec4762c6bb9a20f9
[INFO] checking miketigerblue/rust-feed-ingestor against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiketigerblue%2Frust-feed-ingestor" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/miketigerblue/rust-feed-ingestor
[INFO] finished tweaking git repo https://github.com/miketigerblue/rust-feed-ingestor
[INFO] tweaked toml for git repo https://github.com/miketigerblue/rust-feed-ingestor written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/miketigerblue/rust-feed-ingestor on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/miketigerblue/rust-feed-ingestor 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" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b4f2e98f0898c9d017f7814c2640dd7f3d6e0e08e27a26fb17b43f53ea8a1972
[INFO] running `Command { std: "docker" "start" "-a" "b4f2e98f0898c9d017f7814c2640dd7f3d6e0e08e27a26fb17b43f53ea8a1972", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4f2e98f0898c9d017f7814c2640dd7f3d6e0e08e27a26fb17b43f53ea8a1972", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4f2e98f0898c9d017f7814c2640dd7f3d6e0e08e27a26fb17b43f53ea8a1972", kill_on_drop: false }`
[INFO] [stdout] b4f2e98f0898c9d017f7814c2640dd7f3d6e0e08e27a26fb17b43f53ea8a1972
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Dinherent-method-on-receiver" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51aa0e68e89de992853563b3ab4db37cee3cf8a1669deacb1afa20fef4973b51
[INFO] running `Command { std: "docker" "start" "-a" "51aa0e68e89de992853563b3ab4db37cee3cf8a1669deacb1afa20fef4973b51", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]     Checking openssl v0.10.72
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling icu_properties v2.0.0
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking protobuf-support v3.7.2
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7b3da9103634dffd4f4365cfd8642427c781d99f/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/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=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=5a213f41e95b9324 -C extra-filename=-f0e0bf7c1ccf5ef5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-ef2a2b1e8dc1d6d9.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-fd1b4dc65eb5fe1d.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-0106681dba23d3ba.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-359dd73b66554915.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-99a0841402ed8a39.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-f73d54507c940479.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3edb547e2eee1d5b.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-10b42f6fc53b9d71.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-2e47a8215b442fc2.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-5041f7d422b04736.rmeta --cap-lints allow --cap-lints=forbid -Dinherent-method-on-receiver` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "51aa0e68e89de992853563b3ab4db37cee3cf8a1669deacb1afa20fef4973b51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51aa0e68e89de992853563b3ab4db37cee3cf8a1669deacb1afa20fef4973b51", kill_on_drop: false }`
[INFO] [stdout] 51aa0e68e89de992853563b3ab4db37cee3cf8a1669deacb1afa20fef4973b51
