[INFO] cloning repository https://github.com/adamhammes/marp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adamhammes/marp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamhammes%2Fmarp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamhammes%2Fmarp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 438237e242eb321996d327af544be07ab1dd8158 [INFO] testing adamhammes/marp against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamhammes%2Fmarp" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adamhammes/marp on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/adamhammes/marp [INFO] finished tweaking git repo https://github.com/adamhammes/marp [INFO] tweaked toml for git repo https://github.com/adamhammes/marp written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/adamhammes/marp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pulldown-cmark v0.5.2 [INFO] [stderr] Downloaded structopt-derive v0.2.17 [INFO] [stderr] Downloaded syn v0.15.35 [INFO] [stderr] Downloaded ws v0.8.1 [INFO] [stderr] Downloaded structopt v0.2.17 [INFO] [stderr] Downloaded liquid-compiler v0.18.1 [INFO] [stderr] Downloaded liquid-interpreter v0.18.1 [INFO] [stderr] Downloaded deunicode v1.0.0 [INFO] [stderr] Downloaded liquid-error v0.18.1 [INFO] [stderr] Downloaded liquid-value v0.18.1 [INFO] [stderr] Downloaded liquid v0.18.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cba05dcb81e54e3af1a9a7cc817df5b0755474ed0f1efe5417cf7fc465381614 [INFO] running `Command { std: "docker" "start" "-a" "cba05dcb81e54e3af1a9a7cc817df5b0755474ed0f1efe5417cf7fc465381614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cba05dcb81e54e3af1a9a7cc817df5b0755474ed0f1efe5417cf7fc465381614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cba05dcb81e54e3af1a9a7cc817df5b0755474ed0f1efe5417cf7fc465381614", kill_on_drop: false }` [INFO] [stdout] cba05dcb81e54e3af1a9a7cc817df5b0755474ed0f1efe5417cf7fc465381614 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e99381a58f2a13d8714916fd4b0151961a760b32edfa8e4700010bb084e0d47d [INFO] running `Command { std: "docker" "start" "-a" "e99381a58f2a13d8714916fd4b0151961a760b32edfa8e4700010bb084e0d47d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling liquid-error v0.18.1 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling pulldown-cmark v0.5.2 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling deunicode v1.0.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling filetime v0.2.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling buf_redux v0.8.1 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling gzip-header v0.2.0 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam v0.7.1 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling ws v0.8.1 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.17 [INFO] [stderr] Compiling multipart v0.15.4 [INFO] [stderr] Compiling structopt v0.2.17 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling liquid-value v0.18.1 [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'s` due to conflicting requirements [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the lifetime `'s` as defined here... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | impl<'s> ScalarCow<'s> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that the types are compatible [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: expected `ScalarCowEnum<'s>` [INFO] [stdout] found `ScalarCowEnum<'_>` [INFO] [stdout] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stdout] note: ...so that the types are compatible [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: expected `scalar::ScalarCow<'_>` [INFO] [stdout] found `scalar::ScalarCow<'static>` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `liquid-value` due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0495`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e99381a58f2a13d8714916fd4b0151961a760b32edfa8e4700010bb084e0d47d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e99381a58f2a13d8714916fd4b0151961a760b32edfa8e4700010bb084e0d47d", kill_on_drop: false }` [INFO] [stdout] e99381a58f2a13d8714916fd4b0151961a760b32edfa8e4700010bb084e0d47d