[INFO] crate tsukuyomi-tungstenite 0.2.0 is already in cache
[INFO] checking tsukuyomi-tungstenite-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate tsukuyomi-tungstenite 0.2.0 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate tsukuyomi-tungstenite 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate tsukuyomi-tungstenite 0.2.0
[INFO] finished tweaking crates.io crate tsukuyomi-tungstenite 0.2.0
[INFO] tweaked toml for crates.io crate tsukuyomi-tungstenite 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 9315722a8705397604afdfe1cfca1f39b10cf5c2e909051fc9907206b4e44974
[INFO] running `"docker" "start" "-a" "9315722a8705397604afdfe1cfca1f39b10cf5c2e909051fc9907206b4e44974"`
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]    Compiling lazy_static v1.1.1
[INFO] [stderr]     Checking tsukuyomi-service v0.1.0
[INFO] [stderr]     Checking syn v0.15.44
[INFO] [stderr]     Checking cookie v0.11.2
[INFO] [stderr]     Checking input_buffer v0.2.0
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking serde_plain v0.3.0
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking tungstenite v0.6.1
[INFO] [stderr]     Checking crossbeam-utils v0.7.2
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking regex v1.3.6
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking crossbeam-queue v0.2.1
[INFO] [stderr]     Checking tokio-tungstenite v0.6.0
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking version-sync v0.6.0
[INFO] [stderr]    Compiling tsukuyomi-macros v0.5.2
[INFO] [stderr]     Checking tsukuyomi-server v0.2.0
[INFO] [stderr]     Checking tsukuyomi v0.5.3
[INFO] [stderr]     Checking tsukuyomi-tungstenite v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no associated item named `KEY` found for struct `tsukuyomi::input::body::RequestBody` in the current scope
[INFO] [stderr]    --> src/lib.rs:119:39
[INFO] [stderr]     |
[INFO] [stderr] 119 |                 .remove(&RequestBody::KEY) //
[INFO] [stderr]     |                                       ^^^ associated item not found in `tsukuyomi::input::body::RequestBody`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]             `use tsukuyomi::input::localmap::LocalData;`
[INFO] [stderr] 
[INFO] [stderr] error: unused import: `Future`
[INFO] [stderr]   --> src/lib.rs:75:19
[INFO] [stderr]    |
[INFO] [stderr] 75 |         futures::{Future, IntoFuture},
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     unused
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `tsukuyomi-tungstenite`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no associated item named `KEY` found for struct `tsukuyomi::input::body::RequestBody` in the current scope
[INFO] [stderr]    --> src/lib.rs:119:39
[INFO] [stderr]     |
[INFO] [stderr] 119 |                 .remove(&RequestBody::KEY) //
[INFO] [stderr]     |                                       ^^^ associated item not found in `tsukuyomi::input::body::RequestBody`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]             `use tsukuyomi::input::localmap::LocalData;`
[INFO] [stderr] 
[INFO] [stderr] error: unused import: `Future`
[INFO] [stderr]   --> src/lib.rs:75:19
[INFO] [stderr]    |
[INFO] [stderr] 75 |         futures::{Future, IntoFuture},
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     unused
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `tsukuyomi-tungstenite`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9315722a8705397604afdfe1cfca1f39b10cf5c2e909051fc9907206b4e44974"`
[INFO] running `"docker" "rm" "-f" "9315722a8705397604afdfe1cfca1f39b10cf5c2e909051fc9907206b4e44974"`
[INFO] [stdout] 9315722a8705397604afdfe1cfca1f39b10cf5c2e909051fc9907206b4e44974
