[INFO] fetching crate cobalt-bin 0.15.4... [INFO] checking cobalt-bin-0.15.4 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate cobalt-bin 0.15.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate cobalt-bin 0.15.4 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cobalt-bin 0.15.4 [INFO] finished tweaking crates.io crate cobalt-bin 0.15.4 [INFO] tweaked toml for crates.io crate cobalt-bin 0.15.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded assert_fs v0.10.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] db2098a795f3e66e466068b7228259f68e9776f9c770d7a9e1f690acd053da2d [INFO] running `"docker" "start" "-a" "db2098a795f3e66e466068b7228259f68e9776f9c770d7a9e1f690acd053da2d"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Checking liquid-error v0.18.1 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking deunicode v1.0.0 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking pulldown-cmark v0.2.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking walkdir v0.1.8 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Checking ghp v0.1.2 [INFO] [stderr] Checking liquid-value v0.18.1 [INFO] [stderr] Checking bincode v1.2.0 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Checking jsonfeed v0.2.0 [INFO] [stderr] Checking notify v4.0.14 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling sass-sys v0.4.13 [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 29 | impl<'s> ScalarCow<'s> { [INFO] [stderr] | -- lifetime `'s` defined here [INFO] [stderr] ... [INFO] [stderr] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stderr] | ^^^^^^^^^^ argument requires that `'s` must outlive `'static` [INFO] [stderr] [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-value-0.18.1/src/scalar.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn as_ref<'r: 's>(&'r self) -> ScalarCow<'r> { [INFO] [stderr] | -- lifetime `'r` defined here [INFO] [stderr] ... [INFO] [stderr] 60 | ScalarCowEnum::Str(ref x) => Scalar::new(x.as_ref()), [INFO] [stderr] | ^^^^^^^^^^ argument requires that `'r` must outlive `'static` [INFO] [stderr] [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `liquid-value`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "db2098a795f3e66e466068b7228259f68e9776f9c770d7a9e1f690acd053da2d"` [INFO] running `"docker" "rm" "-f" "db2098a795f3e66e466068b7228259f68e9776f9c770d7a9e1f690acd053da2d"` [INFO] [stdout] db2098a795f3e66e466068b7228259f68e9776f9c770d7a9e1f690acd053da2d