[INFO] cloning repository https://github.com/jwiegley/motoko_parse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwiegley/motoko_parse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwiegley%2Fmotoko_parse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwiegley%2Fmotoko_parse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85daf8e67359b99f8893fa1fa7df61a7f93f56f5
[INFO] checking jwiegley/motoko_parse against try#f3d95de532264a1215023baa665c0028aecf74b1 for pr-148477
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwiegley%2Fmotoko_parse" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jwiegley/motoko_parse
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/jwiegley/motoko_parse
[INFO] tweaked toml for git repo https://github.com/jwiegley/motoko_parse written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jwiegley/motoko_parse on toolchain f3d95de532264a1215023baa665c0028aecf74b1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jwiegley/motoko_parse 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" "+f3d95de532264a1215023baa665c0028aecf74b1" "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 output_vt100 v0.1.2
[INFO] [stderr]   Downloaded diff v0.1.12
[INFO] [stderr]   Downloaded proc-macro2 v1.0.32
[INFO] [stderr]   Downloaded ctor v0.1.21
[INFO] [stderr]   Downloaded pretty_assertions v1.0.0
[INFO] [stderr]   Downloaded combine v4.6.2
[INFO] [stderr]   Downloaded regex v1.5.6
[INFO] [stderr]   Downloaded syn v1.0.81
[INFO] [stderr]   Downloaded regex-syntax v0.6.26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bf878843c3ab4a8c7d85fe99b3064aed04e1c8fca0ce70816ae08bfdf288415
[INFO] running `Command { std: "docker" "start" "-a" "7bf878843c3ab4a8c7d85fe99b3064aed04e1c8fca0ce70816ae08bfdf288415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bf878843c3ab4a8c7d85fe99b3064aed04e1c8fca0ce70816ae08bfdf288415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bf878843c3ab4a8c7d85fe99b3064aed04e1c8fca0ce70816ae08bfdf288415", kill_on_drop: false }`
[INFO] [stdout] 7bf878843c3ab4a8c7d85fe99b3064aed04e1c8fca0ce70816ae08bfdf288415
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72d26c71e50135ea9c9186766ccba9ae5cf0e26a720c321135816a7e9767adaf
[INFO] running `Command { std: "docker" "start" "-a" "72d26c71e50135ea9c9186766ccba9ae5cf0e26a720c321135816a7e9767adaf", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking diff v0.1.12
[INFO] [stderr]     Checking pretty_assertions v1.0.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex v1.5.6
[INFO] [stderr]     Checking combine v4.6.2
[INFO] [stderr]     Checking motoko_parse v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:237:84
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn keyword<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &str> {
[INFO] [stdout]     |                        ------- the lifetime is named here                          ^^^^ the same lifetime is elided 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: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn keyword<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &'static str> {
[INFO] [stdout]     |                                                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:241:83
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn symbol<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &str> {
[INFO] [stdout]     |                       ------- the lifetime is named here                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn symbol<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &'static str> {
[INFO] [stdout]     |                                                                                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:245:85
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub fn operator<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &str> {
[INFO] [stdout]     |                         ------- the lifetime is named here                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub fn operator<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &'static str> {
[INFO] [stdout]     |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:237:84
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn keyword<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &str> {
[INFO] [stdout]     |                        ------- the lifetime is named here                          ^^^^ the same lifetime is elided 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: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn keyword<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &'static str> {
[INFO] [stdout]     |                                                                                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:241:83
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn symbol<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &str> {
[INFO] [stdout]     |                       ------- the lifetime is named here                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub fn symbol<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &'static str> {
[INFO] [stdout]     |                                                                                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parse.rs:245:85
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub fn operator<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &str> {
[INFO] [stdout]     |                         ------- the lifetime is named here                          ^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub fn operator<'a>(s: &'static str) -> impl Parser<easy::Stream<&'a str>, Output = &'static str> {
[INFO] [stdout]     |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s
[INFO] running `Command { std: "docker" "inspect" "72d26c71e50135ea9c9186766ccba9ae5cf0e26a720c321135816a7e9767adaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72d26c71e50135ea9c9186766ccba9ae5cf0e26a720c321135816a7e9767adaf", kill_on_drop: false }`
[INFO] [stdout] 72d26c71e50135ea9c9186766ccba9ae5cf0e26a720c321135816a7e9767adaf
