[INFO] updating cached repository https://github.com/chc4/kingfisher
[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] 0379c0ced6ae5ded99f816d8f73d005db7700d4a
[INFO] checking chc4/kingfisher against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchc4%2Fkingfisher" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/chc4/kingfisher on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/chc4/kingfisher
[INFO] finished tweaking git repo https://github.com/chc4/kingfisher
[INFO] tweaked toml for git repo https://github.com/chc4/kingfisher written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/chc4/kingfisher already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] e8ad86ad3b2b4c67b630237f7a5e3c3286de9b515fbdc0dbe58a9631f2ba2643
[INFO] running `"docker" "start" "-a" "e8ad86ad3b2b4c67b630237f7a5e3c3286de9b515fbdc0dbe58a9631f2ba2643"`
[INFO] [stderr]    Compiling byte-tools v0.3.0
[INFO] [stderr]    Compiling utf8-ranges v1.0.1
[INFO] [stderr]    Compiling byteorder v1.2.7
[INFO] [stderr]    Compiling ordermap v0.3.5
[INFO] [stderr]    Compiling opaque-debug v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.5.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling diff v0.1.11
[INFO] [stderr]    Compiling lalrpop-util v0.16.1
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling regex-syntax v0.6.2
[INFO] [stderr]    Compiling ascii-canvas v1.0.0
[INFO] [stderr]    Compiling itertools v0.7.8
[INFO] [stderr]    Compiling ena v0.10.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.1
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]    Compiling block-padding v0.1.2
[INFO] [stderr]    Compiling aho-corasick v0.6.8
[INFO] [stderr]    Compiling syn v0.15.15
[INFO] [stderr]    Compiling string_cache_codegen v0.4.2
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]     Checking regex v0.2.11
[INFO] [stderr]    Compiling bit-set v0.5.0
[INFO] [stderr]    Compiling petgraph v0.4.13
[INFO] [stderr]    Compiling generic-array v0.12.0
[INFO] [stderr]    Compiling string_cache v0.7.3
[INFO] [stderr]    Compiling digest v0.8.0
[INFO] [stderr]    Compiling block-buffer v0.7.0
[INFO] [stderr]    Compiling sha2 v0.8.0
[INFO] [stderr]    Compiling regex v1.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.80
[INFO] [stderr]    Compiling rental-impl v0.5.2
[INFO] [stderr]    Compiling docopt v1.0.1
[INFO] [stderr]    Compiling lalrpop v0.16.1
[INFO] [stderr]     Checking rental v0.5.2
[INFO] [stderr]    Compiling kingfisher v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0437]: type `Target` is not a member of trait `std::ops::DerefMut`
[INFO] [stderr]   --> src/main.rs:42:5
[INFO] [stderr]    |
[INFO] [stderr] 42 |     type Target = Box<Far>;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `std::ops::DerefMut`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3850:5
[INFO] [stderr]      |
[INFO] [stderr] 3850 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3861:5
[INFO] [stderr]      |
[INFO] [stderr] 3861 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3872:5
[INFO] [stderr]      |
[INFO] [stderr] 3872 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3883:5
[INFO] [stderr]      |
[INFO] [stderr] 3883 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3894:5
[INFO] [stderr]      |
[INFO] [stderr] 3894 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3905:5
[INFO] [stderr]      |
[INFO] [stderr] 3905 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3916:5
[INFO] [stderr]      |
[INFO] [stderr] 3916 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3929:5
[INFO] [stderr]      |
[INFO] [stderr] 3929 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3940:5
[INFO] [stderr]      |
[INFO] [stderr] 3940 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3951:5
[INFO] [stderr]      |
[INFO] [stderr] 3951 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3979:5
[INFO] [stderr]      |
[INFO] [stderr] 3979 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:4061:5
[INFO] [stderr]      |
[INFO] [stderr] 4061 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: type `priv_FarLam` should have an upper camel case name
[INFO] [stderr]   --> src/main.rs:89:24
[INFO] [stderr]    |
[INFO] [stderr] 89 |             pub struct priv_FarLam {
[INFO] [stderr]    |                        ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrivFarLam`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0437]: type `Target` is not a member of trait `std::ops::DerefMut`
[INFO] [stderr]   --> src/main.rs:42:5
[INFO] [stderr]    |
[INFO] [stderr] 42 |     type Target = Box<Far>;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `std::ops::DerefMut`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3850:5
[INFO] [stderr]      |
[INFO] [stderr] 3850 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3861:5
[INFO] [stderr]      |
[INFO] [stderr] 3861 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3872:5
[INFO] [stderr]      |
[INFO] [stderr] 3872 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3883:5
[INFO] [stderr]      |
[INFO] [stderr] 3883 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3894:5
[INFO] [stderr]      |
[INFO] [stderr] 3894 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3905:5
[INFO] [stderr]      |
[INFO] [stderr] 3905 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3916:5
[INFO] [stderr]      |
[INFO] [stderr] 3916 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3929:5
[INFO] [stderr]      |
[INFO] [stderr] 3929 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3940:5
[INFO] [stderr]      |
[INFO] [stderr] 3940 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3951:5
[INFO] [stderr]      |
[INFO] [stderr] 3951 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3979:5
[INFO] [stderr]      |
[INFO] [stderr] 3979 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:4061:5
[INFO] [stderr]      |
[INFO] [stderr] 4061 |     (___0)
[INFO] [stderr]      |     ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: type `priv_FarLam` should have an upper camel case name
[INFO] [stderr]   --> src/main.rs:89:24
[INFO] [stderr]    |
[INFO] [stderr] 89 |             pub struct priv_FarLam {
[INFO] [stderr]    |                        ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PrivFarLam`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_left': superseded by `trim_start`
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3803:37
[INFO] [stderr]      |
[INFO] [stderr] 3803 |             let ___text = self.text.trim_left();
[INFO] [stderr]      |                                     ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0437`.
[INFO] [stderr] error: could not compile `kingfisher`.
[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] warning: use of deprecated item 'core::str::<impl str>::trim_left': superseded by `trim_start`
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/kingfisher-f044382f47c9000f/out/parser.rs:3803:37
[INFO] [stderr]      |
[INFO] [stderr] 3803 |             let ___text = self.text.trim_left();
[INFO] [stderr]      |                                     ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0437`.
[INFO] [stderr] error: could not compile `kingfisher`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e8ad86ad3b2b4c67b630237f7a5e3c3286de9b515fbdc0dbe58a9631f2ba2643"`
[INFO] running `"docker" "rm" "-f" "e8ad86ad3b2b4c67b630237f7a5e3c3286de9b515fbdc0dbe58a9631f2ba2643"`
[INFO] [stdout] e8ad86ad3b2b4c67b630237f7a5e3c3286de9b515fbdc0dbe58a9631f2ba2643
