[INFO] updating cached repository https://github.com/misonomi/filterer-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3e6870b4186a0aa6a9874536c2893c223bf7d650 [INFO] checking misonomi/filterer-rust against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmisonomi%2Ffilterer-rust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/misonomi/filterer-rust on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/misonomi/filterer-rust [INFO] finished tweaking git repo https://github.com/misonomi/filterer-rust [INFO] tweaked toml for git repo https://github.com/misonomi/filterer-rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/misonomi/filterer-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (egg-mode) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rocket) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.egg-mode.github [INFO] [stderr] warning: unused manifest key: dependencies.rocket.github [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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 684e9ff0fc86a2c303ee6c905162ce714b33e5ad3a2999fda0412f2971340336 [INFO] running `"docker" "start" "-a" "684e9ff0fc86a2c303ee6c905162ce714b33e5ad3a2999fda0412f2971340336"` [INFO] [stderr] warning: dependency (egg-mode) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rocket) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.egg-mode.github [INFO] [stderr] warning: unused manifest key: dependencies.rocket.github [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Compiling syn v1.0.4 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Checking openssl v0.10.24 [INFO] [stderr] Checking notify v4.0.13 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking egg-mode v0.13.0 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking filterer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0507]: cannot move out of dereference of `egg_mode::common::response::Response>` [INFO] [stderr] --> src/router.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | Json(search.statuses.into_iter().map(|t| TweetStub::from(t)).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ move occurs because value has type `std::vec::Vec`, which does not implement the `Copy` trait [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0507`. [INFO] [stderr] error[E0507]: cannot move out of dereference of `egg_mode::common::response::Response>` [INFO] [stderr] --> src/router.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | Json(search.statuses.into_iter().map(|t| TweetStub::from(t)).collect()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ move occurs because value has type `std::vec::Vec`, which does not implement the `Copy` trait [INFO] [stderr] [INFO] [stderr] error: could not compile `filterer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0507`. [INFO] [stderr] error: could not compile `filterer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "684e9ff0fc86a2c303ee6c905162ce714b33e5ad3a2999fda0412f2971340336"` [INFO] running `"docker" "rm" "-f" "684e9ff0fc86a2c303ee6c905162ce714b33e5ad3a2999fda0412f2971340336"` [INFO] [stdout] 684e9ff0fc86a2c303ee6c905162ce714b33e5ad3a2999fda0412f2971340336