[INFO] cloning repository https://github.com/DennoDin/cc5-polyglottal-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DennoDin/cc5-polyglottal-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDennoDin%2Fcc5-polyglottal-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDennoDin%2Fcc5-polyglottal-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 848eb6ed3f8f2f0b79000cadcf6b27aae7020d77 [INFO] checking DennoDin/cc5-polyglottal-rust against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDennoDin%2Fcc5-polyglottal-rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DennoDin/cc5-polyglottal-rust on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DennoDin/cc5-polyglottal-rust [INFO] finished tweaking git repo https://github.com/DennoDin/cc5-polyglottal-rust [INFO] tweaked toml for git repo https://github.com/DennoDin/cc5-polyglottal-rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/DennoDin/cc5-polyglottal-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1936008d9f7944b8c0653fefbc17196fd2518ace765997699c906b0bfbf48c9c [INFO] running `Command { std: "docker" "start" "-a" "1936008d9f7944b8c0653fefbc17196fd2518ace765997699c906b0bfbf48c9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1936008d9f7944b8c0653fefbc17196fd2518ace765997699c906b0bfbf48c9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1936008d9f7944b8c0653fefbc17196fd2518ace765997699c906b0bfbf48c9c", kill_on_drop: false }` [INFO] [stdout] 1936008d9f7944b8c0653fefbc17196fd2518ace765997699c906b0bfbf48c9c [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6abbc9b7f05a523bf5fef8052ec40371eeb7ef467119457473f328be133528bc [INFO] running `Command { std: "docker" "start" "-a" "6abbc9b7f05a523bf5fef8052ec40371eeb7ef467119457473f328be133528bc", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.22 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.4.15 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling serde v1.0.75 [INFO] [stderr] Checking itoa v0.4.2 [INFO] [stderr] Compiling httparse v1.3.2 [INFO] [stderr] Checking dtoa v0.4.3 [INFO] [stderr] Checking indexmap v1.0.1 [INFO] [stderr] Checking string v0.1.1 [INFO] [stderr] Checking htmlescape v0.3.1 [INFO] [stderr] Checking lazycell v1.0.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Checking socket2 v0.3.7 [INFO] [stderr] Compiling actix-web v0.7.4 [INFO] [stderr] Checking base64 v0.9.2 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking lock_api v0.1.3 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking http v0.1.10 [INFO] [stderr] Checking parking_lot v0.6.3 [INFO] [stderr] Checking crossbeam-deque v0.6.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking tokio-threadpool v0.1.6 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Checking tokio-reactor v0.1.5 [INFO] [stderr] Checking crossbeam-channel v0.2.4 [INFO] [stderr] Checking phf v0.7.23 [INFO] [stderr] Checking mime v0.3.9 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Checking url v1.7.1 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.1 [INFO] [stderr] Checking tokio-signal v0.2.4 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio v0.1.8 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Checking flate2 v1.0.2 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking error-chain v0.1.12 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking trust-dns-proto v0.4.0 [INFO] [stderr] Checking trust-dns-resolver v0.9.1 [INFO] [stderr] Checking serde_json v1.0.26 [INFO] [stderr] Checking serde_urlencoded v0.5.3 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling actix_derive v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.75 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking actix v0.7.4 [INFO] [stderr] Checking actix1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 0 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | .route("", Method::GET, home) [INFO] [stdout] | ^^^^^ -- ----------- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 0 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.4/src/resource.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn route(&mut self) -> &mut Route { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 0 arguments but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 51 | .route("", Method::GET, home) [INFO] [stdout] | ^^^^^ -- ----------- ---- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 0 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.4/src/resource.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn route(&mut self) -> &mut Route { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `route` found for mutable reference `&mut Route<()>` in the current scope [INFO] [stdout] --> src/main.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | .route("/index", Method::GET, index) [INFO] [stdout] | ^^^^^ method not found in `&mut Route<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `actix1` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `route` found for mutable reference `&mut Route<()>` in the current scope [INFO] [stdout] --> src/main.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | .route("/index", Method::GET, index) [INFO] [stdout] | ^^^^^ method not found in `&mut Route<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6abbc9b7f05a523bf5fef8052ec40371eeb7ef467119457473f328be133528bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6abbc9b7f05a523bf5fef8052ec40371eeb7ef467119457473f328be133528bc", kill_on_drop: false }` [INFO] [stdout] 6abbc9b7f05a523bf5fef8052ec40371eeb7ef467119457473f328be133528bc