[INFO] updating cached repository https://github.com/lumasepa/j2_render [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 479e3c5129d9fdaf14a1a47c25a75aa76b30d92a [INFO] checking lumasepa/j2_render against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumasepa%2Fj2_render" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lumasepa/j2_render on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lumasepa/j2_render [INFO] finished tweaking git repo https://github.com/lumasepa/j2_render [INFO] tweaked toml for git repo https://github.com/lumasepa/j2_render written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/lumasepa/j2_render already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] c2fc3f7931a5108d0d9307b85e66b4d1de88cf13459db52d55dc4c5fef82eac6 [INFO] running `"docker" "start" "-a" "c2fc3f7931a5108d0d9307b85e66b4d1de88cf13459db52d55dc4c5fef82eac6"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking unic-common v0.7.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking unic-char-range v0.7.0 [INFO] [stderr] Checking regex-syntax v0.6.11 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking humansize v1.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking serde_yaml v0.8.9 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Checking unic-ucd-version v0.7.0 [INFO] [stderr] Checking unic-char-property v0.7.0 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Checking unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Checking unic-segment v0.7.0 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking backtrace v0.3.35 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking molysite v0.1.0 (https://github.com/evq/molysite#49fceec9) [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking j2_render v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: the feature `or_patterns` is incomplete and may cause the compiler to crash [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(or_patterns)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `or_patterns` is incomplete and may cause the compiler to crash [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(or_patterns)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `key` [INFO] [stderr] --> src/main.rs:86:38 [INFO] [stderr] | [INFO] [stderr] 86 | if let Some((format, key)) = extract_format(key) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `key` [INFO] [stderr] --> src/main.rs:86:38 [INFO] [stderr] | [INFO] [stderr] 86 | if let Some((format, key)) = extract_format(key) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.07s [INFO] running `"docker" "inspect" "c2fc3f7931a5108d0d9307b85e66b4d1de88cf13459db52d55dc4c5fef82eac6"` [INFO] running `"docker" "rm" "-f" "c2fc3f7931a5108d0d9307b85e66b4d1de88cf13459db52d55dc4c5fef82eac6"` [INFO] [stdout] c2fc3f7931a5108d0d9307b85e66b4d1de88cf13459db52d55dc4c5fef82eac6