[INFO] updating cached repository https://github.com/VanillaBrooks/nyaa_track
[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] d68589b1582e1e0404e593b5acfc0e1cb27ee23f
[INFO] checking VanillaBrooks/nyaa_track against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVanillaBrooks%2Fnyaa_track" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/VanillaBrooks/nyaa_track 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/VanillaBrooks/nyaa_track
[INFO] finished tweaking git repo https://github.com/VanillaBrooks/nyaa_track
[INFO] tweaked toml for git repo https://github.com/VanillaBrooks/nyaa_track written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/VanillaBrooks/nyaa_track 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 88cb4504b0d705813c3426d8b4ad07ac51ec2cf5059a6b001c7535fa1dabdb8a
[INFO] running `"docker" "start" "-a" "88cb4504b0d705813c3426d8b4ad07ac51ec2cf5059a6b001c7535fa1dabdb8a"`
[INFO] [stderr]     Checking serde_bytes v0.11.3
[INFO] [stderr]     Checking quick-xml v0.17.2
[INFO] [stderr]     Checking serde_json v1.0.45
[INFO] [stderr]     Checking serde_bencode v0.2.0
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]     Checking bencode v0.1.16
[INFO] [stderr]     Checking postgres-protocol v0.5.0
[INFO] [stderr]     Checking postgres-types v0.1.0
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling tokio-macros v0.2.4
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling async-trait v0.1.22
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]     Checking tokio v0.2.11
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking futures-util v0.3.1
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking rss v1.9.0
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]     Checking tokio-postgres v0.5.2
[INFO] [stderr]     Checking hyper v0.13.2
[INFO] [stderr]     Checking hyper-tls v0.4.1
[INFO] [stderr]     Checking nyaa_tracker v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0308]: `if` and `else` have incompatible types
[INFO] [stderr]    --> src/main.rs:107:13
[INFO] [stderr]     |
[INFO] [stderr] 41  |                   if res.is_ok() {
[INFO] [stderr]     |  ________________________________-
[INFO] [stderr] 42  | |                     // dbg! {"finished rss write"}
[INFO] [stderr] 43  | |                 } else {
[INFO] [stderr]     | |_________________- expected because of this
[INFO] [stderr] ...
[INFO] [stderr] 107 |               rss_check! {si_timer, previous, tx_filter};
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `nyaa_tracker`.
[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] error[E0308]: `if` and `else` have incompatible types
[INFO] [stderr]    --> src/main.rs:107:13
[INFO] [stderr]     |
[INFO] [stderr] 41  |                   if res.is_ok() {
[INFO] [stderr]     |  ________________________________-
[INFO] [stderr] 42  | |                     // dbg! {"finished rss write"}
[INFO] [stderr] 43  | |                 } else {
[INFO] [stderr]     | |_________________- expected because of this
[INFO] [stderr] ...
[INFO] [stderr] 107 |               rss_check! {si_timer, previous, tx_filter};
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `&str`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `nyaa_tracker`.
[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] error: build failed
[INFO] running `"docker" "inspect" "88cb4504b0d705813c3426d8b4ad07ac51ec2cf5059a6b001c7535fa1dabdb8a"`
[INFO] running `"docker" "rm" "-f" "88cb4504b0d705813c3426d8b4ad07ac51ec2cf5059a6b001c7535fa1dabdb8a"`
[INFO] [stdout] 88cb4504b0d705813c3426d8b4ad07ac51ec2cf5059a6b001c7535fa1dabdb8a
