[INFO] cloning repository https://github.com/elbart/sanchez [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elbart/sanchez" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felbart%2Fsanchez"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felbart%2Fsanchez'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b5c9186572e3c38fd5d2187afc73c07f55765c80 [INFO] checking elbart/sanchez against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felbart%2Fsanchez" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elbart/sanchez on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/elbart/sanchez [INFO] finished tweaking git repo https://github.com/elbart/sanchez [INFO] tweaked toml for git repo https://github.com/elbart/sanchez written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/elbart/sanchez already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-13/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] f7e028f279fe7c3a7063eb1f089456191b00a23ca89a30751cc4d6a9e8a0a88c [INFO] running `"docker" "start" "-a" "f7e028f279fe7c3a7063eb1f089456191b00a23ca89a30751cc4d6a9e8a0a88c"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking bitflags v0.5.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Checking term v0.4.6 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pnet_base v0.26.0 [INFO] [stderr] Checking pnet_macros_support v0.1.1 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling term v0.2.14 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Checking kernel32-sys v0.2.2 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking pnet_macros_support v0.26.0 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.31.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Checking syntex_pos v0.42.0 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.31.0/src/ext/base.rs:487:33 [INFO] [stderr] | [INFO] [stderr] 487 | ... ext::quote::expand_quote_item)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected concrete lifetime, found bound lifetime parameter 'cx [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `for<'r, 's, 'cx> fn(&'cx mut ext::base::ExtCtxt<'r>, codemap::Span, &'s [ast::TokenTree]) -> std::boxed::Box<(dyn ext::base::MacResult + 'cx)>` [INFO] [stderr] found fn item `for<'r, 's, 't0> fn(&'r mut ext::base::ExtCtxt<'s>, codemap::Span, &'t0 [ast::TokenTree]) -> std::boxed::Box {ext::quote::expand_quote_item::<'_>}` [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 `syntex_syntax`. [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]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.31.0/src/ext/base.rs:487:33 [INFO] [stderr] | [INFO] [stderr] 487 | ... ext::quote::expand_quote_item)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected concrete lifetime, found bound lifetime parameter 'cx [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `for<'r, 's, 'cx> fn(&'cx mut ext::base::ExtCtxt<'r>, codemap::Span, &'s [ast::TokenTree]) -> std::boxed::Box<(dyn ext::base::MacResult + 'cx)>` [INFO] [stderr] found fn item `for<'r, 's, 't0> fn(&'r mut ext::base::ExtCtxt<'s>, codemap::Span, &'t0 [ast::TokenTree]) -> std::boxed::Box {ext::quote::expand_quote_item::<'_>}` [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 `syntex_syntax`. [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" "f7e028f279fe7c3a7063eb1f089456191b00a23ca89a30751cc4d6a9e8a0a88c"` [INFO] running `"docker" "rm" "-f" "f7e028f279fe7c3a7063eb1f089456191b00a23ca89a30751cc4d6a9e8a0a88c"` [INFO] [stdout] f7e028f279fe7c3a7063eb1f089456191b00a23ca89a30751cc4d6a9e8a0a88c