[INFO] fetching crate git2 0.9.1... [INFO] extracting crate git2 0.9.1 into work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/git2/0.9.1 [INFO] extracting crate git2 0.9.1 into work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/git2/0.9.1 [INFO] validating manifest of git2-0.9.1 on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of git2-0.9.1 on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing git2-0.9.1 [INFO] finished frobbing git2-0.9.1 [INFO] frobbed toml for git2-0.9.1 written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/git2/0.9.1/Cargo.toml [INFO] started frobbing git2-0.9.1 [INFO] finished frobbing git2-0.9.1 [INFO] frobbed toml for git2-0.9.1 written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/git2/0.9.1/Cargo.toml [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking git2-0.9.1 against try#8f81d0bf6baf07b92f1246696722485c4ca0b049 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-2/try#8f81d0bf6baf07b92f1246696722485c4ca0b049:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/git2/0.9.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0aded7504c0c930fbfd0b26c64a214c00b419a2c57d0d9603c0b9e859ee4bbbb [INFO] running `"docker" "start" "-a" "0aded7504c0c930fbfd0b26c64a214c00b419a2c57d0d9603c0b9e859ee4bbbb"` [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Checking git2 v0.9.1 (/opt/crater/workdir) [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/commit.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | pub struct Parents<'commit, 'repo: 'commit> { [INFO] [stderr] | ^^^^^^^^^ help: remove this bound [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | #![warn(rust_2018_idioms)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(explicit_outlives_requirements)] implied by #[warn(rust_2018_idioms)] [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/diff.rs:112:31 [INFO] [stderr] | [INFO] [stderr] 112 | struct ForeachCallbacks<'a, 'b: 'a, 'c, 'd: 'c, 'e, 'f: 'e, 'g, 'h: 'g> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ^^^^ [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 112 | struct ForeachCallbacks<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> { [INFO] [stderr] | -- -- -- -- [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/reference.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | pub struct ReferenceNames<'repo: 'references, 'references> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/remote.rs:56:53 [INFO] [stderr] | [INFO] [stderr] 56 | pub struct RemoteConnection<'repo, 'connection, 'cb> [INFO] [stderr] | _____________________________________________________^ [INFO] [stderr] 57 | | where [INFO] [stderr] 58 | | 'repo: 'connection, [INFO] [stderr] | |_______________________^ help: remove this bound [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/repo.rs:749:27 [INFO] [stderr] | [INFO] [stderr] 749 | struct Data<'a, 'b: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/commit.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | pub struct Parents<'commit, 'repo: 'commit> { [INFO] [stderr] | ^^^^^^^^^ help: remove this bound [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:70:24 [INFO] [stderr] | [INFO] [stderr] 70 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(explicit_outlives_requirements)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/diff.rs:112:31 [INFO] [stderr] | [INFO] [stderr] 112 | struct ForeachCallbacks<'a, 'b: 'a, 'c, 'd: 'c, 'e, 'f: 'e, 'g, 'h: 'g> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^ ^^^^ [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 112 | struct ForeachCallbacks<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> { [INFO] [stderr] | -- -- -- -- [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/reference.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | pub struct ReferenceNames<'repo: 'references, 'references> { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/remote.rs:56:53 [INFO] [stderr] | [INFO] [stderr] 56 | pub struct RemoteConnection<'repo, 'connection, 'cb> [INFO] [stderr] | _____________________________________________________^ [INFO] [stderr] 57 | | where [INFO] [stderr] 58 | | 'repo: 'connection, [INFO] [stderr] | |_______________________^ help: remove this bound [INFO] [stderr] [INFO] [stderr] error: outlives requirements can be inferred [INFO] [stderr] --> src/repo.rs:749:27 [INFO] [stderr] | [INFO] [stderr] 749 | struct Data<'a, 'b: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `git2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0aded7504c0c930fbfd0b26c64a214c00b419a2c57d0d9603c0b9e859ee4bbbb"` [INFO] running `"docker" "rm" "-f" "0aded7504c0c930fbfd0b26c64a214c00b419a2c57d0d9603c0b9e859ee4bbbb"` [INFO] [stdout] 0aded7504c0c930fbfd0b26c64a214c00b419a2c57d0d9603c0b9e859ee4bbbb