[INFO] crate sse-codec 0.1.0 is already in cache [INFO] checking sse-codec-0.1.0 against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] extracting crate sse-codec 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sse-codec 0.1.0 on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sse-codec 0.1.0 [INFO] finished tweaking crates.io crate sse-codec 0.1.0 [INFO] tweaked toml for crates.io crate sse-codec 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate sse-codec 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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] a05ad7dd5b2838e30ddb85b6355bbaca765973a8e1c7913a720bbfb9836e2333 [INFO] running `"docker" "start" "-a" "a05ad7dd5b2838e30ddb85b6355bbaca765973a8e1c7913a720bbfb9836e2333"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking async-macros v2.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking async-std v1.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.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 futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking futures_codec v0.3.4 [INFO] [stderr] Checking sse-codec v0.1.0 (/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] 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a05ad7dd5b2838e30ddb85b6355bbaca765973a8e1c7913a720bbfb9836e2333"` [INFO] running `"docker" "rm" "-f" "a05ad7dd5b2838e30ddb85b6355bbaca765973a8e1c7913a720bbfb9836e2333"` [INFO] [stdout] a05ad7dd5b2838e30ddb85b6355bbaca765973a8e1c7913a720bbfb9836e2333