[INFO] cloning repository https://github.com/simao/jaxe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simao/jaxe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimao%2Fjaxe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimao%2Fjaxe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e4190514ab09708de01116464ac67d0ab950b615
[INFO] checking simao/jaxe against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimao%2Fjaxe" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/simao/jaxe
[INFO] finished tweaking git repo https://github.com/simao/jaxe
[INFO] tweaked toml for git repo https://github.com/simao/jaxe written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/simao/jaxe on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/simao/jaxe already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytecount v0.6.2
[INFO] [stderr]   Downloaded autotools v0.2.5
[INFO] [stderr]   Downloaded jq-rs v0.4.1
[INFO] [stderr]   Downloaded nom v7.1.0
[INFO] [stderr]   Downloaded nom_locate v4.0.0
[INFO] [stderr]   Downloaded serde v1.0.132
[INFO] [stderr]   Downloaded serde_json v1.0.73
[INFO] [stderr]   Downloaded jq-sys v0.2.2
[INFO] [stderr]   Downloaded jq-src v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339
[INFO] running `Command { std: "docker" "start" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling serde v1.0.132
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking bytecount v0.6.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking nom_locate v4.0.0
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking structopt v0.3.25
[INFO] [stderr]     Checking jaxe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parser.rs:597:26
[INFO] [stdout]     |
[INFO] [stdout] 597 |         let res = filter(i, &payload).unwrap();
[INFO] [stdout]     |                   ------ ^ expected `&Exp`, found `&str`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&parser::Exp`
[INFO] [stdout]                found reference `&str`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/parser.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub (crate) fn filter(exp: &Exp, target: &Value) -> Result<bool> {
[INFO] [stdout]     |                ^^^^^^ ---------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parser.rs:608:26
[INFO] [stdout]     |
[INFO] [stdout] 608 |         let res = filter(i, &payload).unwrap();
[INFO] [stdout]     |                   ------ ^ expected `&Exp`, found `&str`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&parser::Exp`
[INFO] [stdout]                found reference `&str`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/parser.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub (crate) fn filter(exp: &Exp, target: &Value) -> Result<bool> {
[INFO] [stdout]     |                ^^^^^^ ---------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parser.rs:619:26
[INFO] [stdout]     |
[INFO] [stdout] 619 |         let res = filter(i, &payload).unwrap();
[INFO] [stdout]     |                   ------ ^ expected `&Exp`, found `&str`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&parser::Exp`
[INFO] [stdout]                found reference `&str`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/parser.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub (crate) fn filter(exp: &Exp, target: &Value) -> Result<bool> {
[INFO] [stdout]     |                ^^^^^^ ---------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn unquoted_value(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn unquoted_value(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                              ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:32:29
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn end_quoted_string(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn end_quoted_string(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                                 ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn value(input: Span) -> IResult<Span, &str> {
[INFO] [stdout]    |                 ^^^^             ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                 |                |
[INFO] [stdout]    |                 |                the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn value(input: Span<'_>) -> IResult<Span<'_>, &str> {
[INFO] [stdout]    |                     ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jaxe` (bin "jaxe" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339", kill_on_drop: false }`
[INFO] [stdout] 51c943260eeb97e77deb07d56c32a34b3dddeb644a5e3ed32eea69470a711339
