[INFO] crate git_rs 0.1.0 is already in cache
[INFO] testing git_rs-0.1.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274
[INFO] extracting crate git_rs 0.1.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate git_rs 0.1.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766
[INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate git_rs 0.1.0
[INFO] finished tweaking crates.io crate git_rs 0.1.0
[INFO] tweaked toml for crates.io crate git_rs 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 09cc5e9f6ccfbd1c32312912b4238bb0e8d3d75ae73f44b7506932350b41a3f0
[INFO] running `"docker" "start" "-a" "09cc5e9f6ccfbd1c32312912b4238bb0e8d3d75ae73f44b7506932350b41a3f0"`
[INFO] [stderr] Compiling autocfg v1.0.0
[INFO] [stderr] Compiling libc v0.2.69
[INFO] [stderr] Compiling cfg-if v0.1.10
[INFO] [stderr] Compiling cc v1.0.50
[INFO] [stderr] Compiling build_const v0.2.1
[INFO] [stderr] Compiling rayon-core v1.7.0
[INFO] [stderr] Compiling gcc v0.3.55
[INFO] [stderr] Compiling rustc-serialize v0.3.24
[INFO] [stderr] Compiling hashbrown v0.5.0
[INFO] [stderr] Compiling error-chain v0.12.2
[INFO] [stderr] Compiling crc32fast v1.2.0
[INFO] [stderr] Compiling crc v1.8.1
[INFO] [stderr] Compiling lru v0.1.17
[INFO] [stderr] Compiling crossbeam-utils v0.7.2
[INFO] [stderr] Compiling memoffset v0.5.4
[INFO] [stderr] Compiling crossbeam-epoch v0.8.2
[INFO] [stderr] Compiling num-traits v0.2.11
[INFO] [stderr] Compiling num-integer v0.1.42
[INFO] [stderr] Compiling time v0.1.42
[INFO] [stderr] Compiling num_cpus v1.13.0
[INFO] [stderr] Compiling rand v0.4.6
[INFO] [stderr] Compiling flate2 v1.0.14
[INFO] [stderr] Compiling memmap v0.7.0
[INFO] [stderr] Compiling backtrace-sys v0.1.35
[INFO] [stderr] Compiling rust-crypto v0.2.36
[INFO] [stderr] Compiling crossbeam-queue v0.2.1
[INFO] [stderr] Compiling rand v0.3.23
[INFO] [stderr] Compiling crossbeam-deque v0.7.3
[INFO] [stderr] Compiling backtrace v0.3.46
[INFO] [stderr] Compiling rayon v1.3.0
[INFO] [stderr] Compiling chrono v0.4.11
[INFO] [stderr] Compiling git_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/id.rs:21:10
[INFO] [stderr] |
[INFO] [stderr] 21 | 0...9 => (inp + 48) as char,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/id.rs:22:11
[INFO] [stderr] |
[INFO] [stderr] 22 | 10...16 => (inp + 87) as char,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/id.rs:45:20
[INFO] [stderr] |
[INFO] [stderr] 45 | 48 ... 57 => xs - 48,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/id.rs:46:20
[INFO] [stderr] |
[INFO] [stderr] 46 | 97 ... 102 => xs - 97 + 10,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/id.rs:47:20
[INFO] [stderr] |
[INFO] [stderr] 47 | 65 ... 70 => xs - 65 + 10,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/stores/loose.rs:10:15
[INFO] [stderr] |
[INFO] [stderr] 10 | type Reader = Fn(&Id) -> Result