[INFO] crate carapax 0.3.1 is already in cache [INFO] checking carapax-0.3.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate carapax 0.3.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate carapax 0.3.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate carapax 0.3.1 [INFO] finished tweaking crates.io crate carapax 0.3.1 [INFO] tweaked toml for crates.io crate carapax 0.3.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate carapax 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3ca20f39989731af2ca4478cf3cddf87cc70930f3b9bb1a9091726008cf199c3 [INFO] running `"docker" "start" "-a" "3ca20f39989731af2ca4478cf3cddf87cc70930f3b9bb1a9091726008cf199c3"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Checking pin-project-lite v0.1.2 [INFO] [stderr] Checking regex-syntax v0.6.13 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling derefable v0.1.0 [INFO] [stderr] Checking regex v1.3.2 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking ct-logs v0.6.0 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking webpki-roots v0.17.0 [INFO] [stderr] Checking shellwords v1.0.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking rustls-native-certs v0.1.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling async-stream-impl v0.2.0 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Compiling carapax-codegen v0.1.1 [INFO] [stderr] Checking tokio v0.2.9 [INFO] [stderr] Checking async-stream v0.2.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-rustls v0.12.2 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking tokio-socks v0.2.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking hyper-rustls v0.19.0 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking tgbot v0.5.1 [INFO] [stderr] error[E0425]: cannot find value `__yield_tx` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tgbot-0.5.1/src/longpoll.rs:76:17 [INFO] [stderr] | [INFO] [stderr] 76 | let s = stream! { [INFO] [stderr] | _________________^ [INFO] [stderr] 77 | | loop { [INFO] [stderr] 78 | | if receiver.try_recv().is_ok() { [INFO] [stderr] 79 | | receiver.close(); [INFO] [stderr] ... | [INFO] [stderr] 100 | | } [INFO] [stderr] 101 | | }; [INFO] [stderr] | |_________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tgbot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ca20f39989731af2ca4478cf3cddf87cc70930f3b9bb1a9091726008cf199c3"` [INFO] running `"docker" "rm" "-f" "3ca20f39989731af2ca4478cf3cddf87cc70930f3b9bb1a9091726008cf199c3"` [INFO] [stdout] 3ca20f39989731af2ca4478cf3cddf87cc70930f3b9bb1a9091726008cf199c3