[INFO] cloning repository https://github.com/maylisw/mygit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maylisw/mygit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaylisw%2Fmygit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaylisw%2Fmygit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 549e34fbc79cefe7b543c17b2d5c5edb0fff70ee
[INFO] building maylisw/mygit against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaylisw%2Fmygit" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/maylisw/mygit on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/maylisw/mygit
[INFO] finished tweaking git repo https://github.com/maylisw/mygit
[INFO] tweaked toml for git repo https://github.com/maylisw/mygit written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/maylisw/mygit already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcd3a588f7a9938204eb9ef57ebd050631ab872224ca410618c48686f9608ae4
[INFO] running `Command { std: "docker" "start" "-a" "fcd3a588f7a9938204eb9ef57ebd050631ab872224ca410618c48686f9608ae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcd3a588f7a9938204eb9ef57ebd050631ab872224ca410618c48686f9608ae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcd3a588f7a9938204eb9ef57ebd050631ab872224ca410618c48686f9608ae4", kill_on_drop: false }`
[INFO] [stdout] fcd3a588f7a9938204eb9ef57ebd050631ab872224ca410618c48686f9608ae4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c535393fd835b195f9c18b16ff37d0bd2ab4cbe357cea84b65d18e4fc1c77ed
[INFO] running `Command { std: "docker" "start" "-a" "8c535393fd835b195f9c18b16ff37d0bd2ab4cbe357cea84b65d18e4fc1c77ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.37
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling my-git v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/lockfile.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<'a> Lockfile<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 36 |     pub fn new(file_path: &'a PathBuf) -> Lockfile {
[INFO] [stdout]    |                                           ^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/object.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl<'a> Object for Commit<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ) -> Commit {
[INFO] [stdout]     |          ^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pathname` is never read
[INFO] [stdout]   --> src/refs.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Refs {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 17 |     pathname: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
[INFO] running `Command { std: "docker" "inspect" "8c535393fd835b195f9c18b16ff37d0bd2ab4cbe357cea84b65d18e4fc1c77ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c535393fd835b195f9c18b16ff37d0bd2ab4cbe357cea84b65d18e4fc1c77ed", kill_on_drop: false }`
[INFO] [stdout] 8c535393fd835b195f9c18b16ff37d0bd2ab4cbe357cea84b65d18e4fc1c77ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14ead58d34df325a2eaaa0a062491a1564cba4bd8f779fc1b24c4a9094d279ee
[INFO] running `Command { std: "docker" "start" "-a" "14ead58d34df325a2eaaa0a062491a1564cba4bd8f779fc1b24c4a9094d279ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling my-git v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/lockfile.rs:36:43
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<'a> Lockfile<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 36 |     pub fn new(file_path: &'a PathBuf) -> Lockfile {
[INFO] [stdout]    |                                           ^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/object.rs:145:10
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl<'a> Object for Commit<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 145 |     ) -> Commit {
[INFO] [stdout]     |          ^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pathname` is never read
[INFO] [stdout]   --> src/refs.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Refs {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 17 |     pathname: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "14ead58d34df325a2eaaa0a062491a1564cba4bd8f779fc1b24c4a9094d279ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14ead58d34df325a2eaaa0a062491a1564cba4bd8f779fc1b24c4a9094d279ee", kill_on_drop: false }`
[INFO] [stdout] 14ead58d34df325a2eaaa0a062491a1564cba4bd8f779fc1b24c4a9094d279ee
