[INFO] updating cached repository https://github.com/plippe/voeux.io [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] 1bc94581b32bf54a0252ebc9ca23a86654e822b2 [INFO] checking plippe/voeux.io against master#6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 for pr-70872 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplippe%2Fvoeux.io" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 35% (6/17) Checking out files: 41% (7/17) Checking out files: 47% (8/17) Checking out files: 52% (9/17) Checking out files: 58% (10/17) Checking out files: 64% (11/17) Checking out files: 70% (12/17) Checking out files: 76% (13/17) Checking out files: 82% (14/17) Checking out files: 88% (15/17) Checking out files: 94% (16/17) Checking out files: 100% (17/17) Checking out files: 100% (17/17), done. [INFO] validating manifest of git repo https://github.com/plippe/voeux.io on toolchain 6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/plippe/voeux.io [INFO] finished tweaking git repo https://github.com/plippe/voeux.io [INFO] tweaked toml for git repo https://github.com/plippe/voeux.io written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/plippe/voeux.io already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+6dee5f1126dfd5c9314ee5ae9d9eb010e35ef257" "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] e0d888abceb005d7a163eba200f935b7a5318a55746fd205319d221cb8a9a663 [INFO] running `"docker" "start" "-a" "e0d888abceb005d7a163eba200f935b7a5318a55746fd205319d221cb8a9a663"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.8 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking h2 v0.1.25 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking actix-codec v0.1.2 [INFO] [stderr] Checking actix-utils v0.4.2 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking actix-server-config v0.1.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling actix-web-codegen v0.1.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking trust-dns-proto v0.7.4 [INFO] [stderr] Checking actix-threadpool v0.1.1 [INFO] [stderr] Checking actix-rt v0.2.3 [INFO] [stderr] Checking trust-dns-resolver v0.11.1 [INFO] [stderr] Checking actix-server v0.5.1 [INFO] [stderr] Checking actix-connect v0.2.0 [INFO] [stderr] Checking serde v1.0.94 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking actix-router v0.1.5 [INFO] [stderr] Checking actix-http v0.2.5 [INFO] [stderr] Checking awc v0.2.2 [INFO] [stderr] Checking actix-web v1.0.3 [INFO] [stderr] Checking voeux-io v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/wishes/service.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | fn list(path: web::Path, req: HttpRequest) -> HttpResponse { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/wishes/service.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | fn list(path: web::Path, req: HttpRequest) -> HttpResponse { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `"docker" "inspect" "e0d888abceb005d7a163eba200f935b7a5318a55746fd205319d221cb8a9a663"` [INFO] running `"docker" "rm" "-f" "e0d888abceb005d7a163eba200f935b7a5318a55746fd205319d221cb8a9a663"` [INFO] [stdout] e0d888abceb005d7a163eba200f935b7a5318a55746fd205319d221cb8a9a663