[INFO] crate evaltrees 0.1.0 is already in cache [INFO] checking evaltrees-0.1.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66852 [INFO] extracting crate evaltrees 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate evaltrees 0.1.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate evaltrees 0.1.0 [INFO] finished tweaking crates.io crate evaltrees 0.1.0 [INFO] tweaked toml for crates.io crate evaltrees 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 91ea4a5090cd5350100b5b7b42e08d711d02de80fc20e08d55cac3d7d354c02f [INFO] running `"docker" "start" "-a" "91ea4a5090cd5350100b5b7b42e08d711d02de80fc20e08d55cac3d7d354c02f"` [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.3 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling ena v0.5.0 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling lalrpop-util v0.15.2 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Checking linked_hash_set v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Checking symbol v0.1.7 [INFO] [stderr] Compiling atty v0.1.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling ascii-canvas v1.0.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling lalrpop-snap v0.15.2 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling display_attr v0.1.1 [INFO] [stderr] Compiling lalrpop v0.15.2 [INFO] [stderr] Compiling evaltrees v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/repl.rs:14:40 [INFO] [stderr] | [INFO] [stderr] 14 | Evaluator(fn(Vec>) -> Box), [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Evaluator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/repl.rs:14:40 [INFO] [stderr] | [INFO] [stderr] 14 | Evaluator(fn(Vec>) -> Box), [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Evaluator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/cst/parser/grammar.rs:9560:36 [INFO] [stderr] | [INFO] [stderr] 9560 | 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 'failure::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/cst/parser/grammar.rs:9560:36 [INFO] [stderr] | [INFO] [stderr] 9560 | 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 3m 01s [INFO] running `"docker" "inspect" "91ea4a5090cd5350100b5b7b42e08d711d02de80fc20e08d55cac3d7d354c02f"` [INFO] running `"docker" "rm" "-f" "91ea4a5090cd5350100b5b7b42e08d711d02de80fc20e08d55cac3d7d354c02f"` [INFO] [stdout] 91ea4a5090cd5350100b5b7b42e08d711d02de80fc20e08d55cac3d7d354c02f