[INFO] updating cached repository https://github.com/uberblah/logics [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] b236206642cfc3499d45435cb5f42cd878bc931c [INFO] checking uberblah/logics against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuberblah%2Flogics" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uberblah/logics on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/uberblah/logics [INFO] finished tweaking git repo https://github.com/uberblah/logics [INFO] tweaked toml for git repo https://github.com/uberblah/logics written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/uberblah/logics already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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-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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] ce53d25aff5f769d40b1ff1f3c3a9ff3fcd4fae745927b5d62eee8804d846528 [INFO] running `"docker" "start" "-a" "ce53d25aff5f769d40b1ff1f3c3a9ff3fcd4fae745927b5d62eee8804d846528"` [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling itertools v0.7.9 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Checking combine v3.6.3 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Checking regex v1.0.6 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling lalrpop v0.16.1 [INFO] [stderr] Compiling logics v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `between` [INFO] [stderr] --> src/token.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | attempt, between, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `uuid::Uuid` [INFO] [stderr] --> src/value.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use uuid::Uuid; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `between` [INFO] [stderr] --> src/token.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | attempt, between, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `uuid::Uuid` [INFO] [stderr] --> src/value.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use uuid::Uuid; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> /opt/rustwide/target/debug/build/logics-00d2889800870e8b/out/input_grammar.rs:657:36 [INFO] [stderr] | [INFO] [stderr] 657 | let __text = self.text.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> /opt/rustwide/target/debug/build/logics-00d2889800870e8b/out/input_grammar.rs:657:36 [INFO] [stderr] | [INFO] [stderr] 657 | let __text = self.text.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 03s [INFO] running `"docker" "inspect" "ce53d25aff5f769d40b1ff1f3c3a9ff3fcd4fae745927b5d62eee8804d846528"` [INFO] running `"docker" "rm" "-f" "ce53d25aff5f769d40b1ff1f3c3a9ff3fcd4fae745927b5d62eee8804d846528"` [INFO] [stdout] ce53d25aff5f769d40b1ff1f3c3a9ff3fcd4fae745927b5d62eee8804d846528