[INFO] updating cached repository https://github.com/eltonlaw/gills [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] [stderr] From https://github.com/eltonlaw/gills [INFO] [stderr] 3313df3..97cb43d master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 97cb43dbdb3772f67e685934f8d0a3fcdf89ab2f [INFO] checking eltonlaw/gills against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feltonlaw%2Fgills" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eltonlaw/gills on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/eltonlaw/gills [INFO] finished tweaking git repo https://github.com/eltonlaw/gills [INFO] tweaked toml for git repo https://github.com/eltonlaw/gills written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 22df1b925b35119c45f3a1035b6353c326049024876d6e44a037958fcd012105 [INFO] running `"docker" "start" "-a" "22df1b925b35119c45f3a1035b6353c326049024876d6e44a037958fcd012105"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking selectors v0.21.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking scraper v0.11.0 [INFO] [stderr] Checking gills v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;` [INFO] [stderr] --> src/main.rs:49:89 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stderr] [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;` [INFO] [stderr] --> src/main.rs:49:89 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `html` in this scope [INFO] [stderr] --> src/main.rs:49:40 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: `let` expressions in this position are experimental [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/53667 [INFO] [stderr] = help: add `#![feature(let_chains)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `let` expressions are not supported here [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: only supported directly in conditions of `if`- and `while`-expressions [INFO] [stderr] = note: as well as when nested within `&&` and parenthesis in those conditions [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&str`, found `bool` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `gills`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `html` in this scope [INFO] [stderr] --> src/main.rs:49:40 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: `let` expressions in this position are experimental [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/53667 [INFO] [stderr] = help: add `#![feature(let_chains)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: `let` expressions are not supported here [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: only supported directly in conditions of `if`- and `while`-expressions [INFO] [stderr] = note: as well as when nested within `&&` and parenthesis in those conditions [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | let element = http::parse_selector(html, input[0]["css_selector"].as_str().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&str`, found `bool` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `gills`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22df1b925b35119c45f3a1035b6353c326049024876d6e44a037958fcd012105"` [INFO] running `"docker" "rm" "-f" "22df1b925b35119c45f3a1035b6353c326049024876d6e44a037958fcd012105"` [INFO] [stdout] 22df1b925b35119c45f3a1035b6353c326049024876d6e44a037958fcd012105