[INFO] cloning repository https://github.com/samdoiron/ice-9 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samdoiron/ice-9" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamdoiron%2Fice-9"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamdoiron%2Fice-9'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e6c0f9715e81e512e04c470ffc1097273cd8c535 [INFO] checking samdoiron/ice-9 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamdoiron%2Fice-9" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/samdoiron/ice-9 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/samdoiron/ice-9 [INFO] finished tweaking git repo https://github.com/samdoiron/ice-9 [INFO] tweaked toml for git repo https://github.com/samdoiron/ice-9 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/samdoiron/ice-9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] b9194fb1df39c31c6836df1877b9cf7222f89bab733c5a0cee9f26b4d640c79a [INFO] running `"docker" "start" "-a" "b9194fb1df39c31c6836df1877b9cf7222f89bab733c5a0cee9f26b4d640c79a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling serde v1.0.93 [INFO] [stderr] Checking liquid-error v0.18.1 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Checking deunicode v1.0.0 [INFO] [stderr] Checking unicode-segmentation v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.93 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking liquid-value v0.18.1 [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] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `liquid-value`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b9194fb1df39c31c6836df1877b9cf7222f89bab733c5a0cee9f26b4d640c79a"` [INFO] running `"docker" "rm" "-f" "b9194fb1df39c31c6836df1877b9cf7222f89bab733c5a0cee9f26b4d640c79a"` [INFO] [stdout] b9194fb1df39c31c6836df1877b9cf7222f89bab733c5a0cee9f26b4d640c79a