[INFO] crate sse-codec 0.3.1 is already in cache
[INFO] checking sse-codec-0.3.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate sse-codec 0.3.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate sse-codec 0.3.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate sse-codec 0.3.1
[INFO] finished tweaking crates.io crate sse-codec 0.3.1
[INFO] tweaked toml for crates.io crate sse-codec 0.3.1 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate crates.io crate sse-codec 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 16b6237592089b548551307046f0b5faa548e74171a71f956a108290b02406b3
[INFO] running `"docker" "start" "-a" "16b6237592089b548551307046f0b5faa548e74171a71f956a108290b02406b3"`
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]     Checking async-task v1.3.1
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.9
[INFO] [stderr]     Checking crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking async-std v1.5.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking futures_codec v0.4.0
[INFO] [stderr]     Checking sse-codec v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `surf`
[INFO] [stderr]   --> examples/signalhub.rs:11:20
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let response = surf::get("https://signalhub-jccqtwhdwc.now.sh/v1/sse-codec/example").await?;
[INFO] [stderr]    |                    ^^^^ use of undeclared type or module `surf`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `surf`
[INFO] [stderr]   --> examples/signalhub.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     surf::post("https://signalhub-jccqtwhdwc.now.sh/v1/sse-codec/example")
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `surf`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `surf`
[INFO] [stderr]   --> examples/signalhub.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     surf::post("https://signalhub-jccqtwhdwc.now.sh/v1/sse-codec/example")
[INFO] [stderr]    |     ^^^^ use of undeclared type or module `surf`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `try_next` found for struct `futures_codec::framed_read::FramedRead<_, sse_codec::SSECodec>` in the current scope
[INFO] [stderr]   --> examples/signalhub.rs:14:35
[INFO] [stderr]    |
[INFO] [stderr] 14 |     while let Some(line) = events.try_next().await? {
[INFO] [stderr]    |                                   ^^^^^^^^ method not found in `futures_codec::framed_read::FramedRead<_, sse_codec::SSECodec>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `events` is a function, perhaps you wish to call it
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `TryStreamExt`
[INFO] [stderr]  --> examples/signalhub.rs:5:23
[INFO] [stderr]   |
[INFO] [stderr] 5 | use futures::{future, TryStreamExt};
[INFO] [stderr]   |                       ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `sse-codec`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "16b6237592089b548551307046f0b5faa548e74171a71f956a108290b02406b3"`
[INFO] running `"docker" "rm" "-f" "16b6237592089b548551307046f0b5faa548e74171a71f956a108290b02406b3"`
[INFO] [stdout] 16b6237592089b548551307046f0b5faa548e74171a71f956a108290b02406b3
