[INFO] fetching crate ljpeg 0.1.1...
[INFO] checking ljpeg-0.1.1 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate ljpeg 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate ljpeg 0.1.1 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ljpeg 0.1.1
[INFO] finished tweaking crates.io crate ljpeg 0.1.1
[INFO] tweaked toml for crates.io crate ljpeg 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2609ba3c4c87f1aba3f9313d7269269394acc3a300c3b209e277f0b08b4ec41
[INFO] running `Command { std: "docker" "start" "-a" "d2609ba3c4c87f1aba3f9313d7269269394acc3a300c3b209e277f0b08b4ec41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2609ba3c4c87f1aba3f9313d7269269394acc3a300c3b209e277f0b08b4ec41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2609ba3c4c87f1aba3f9313d7269269394acc3a300c3b209e277f0b08b4ec41", kill_on_drop: false }`
[INFO] [stdout] d2609ba3c4c87f1aba3f9313d7269269394acc3a300c3b209e277f0b08b4ec41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d5aaa59f2f1bcc18a3d0af5b58be6349fb0fcfe5c58a133cf1cac11be5c3391
[INFO] running `Command { std: "docker" "start" "-a" "2d5aaa59f2f1bcc18a3d0af5b58be6349fb0fcfe5c58a133cf1cac11be5c3391", kill_on_drop: false }`
[INFO] [stderr]     Checking ljpeg v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/decoder.rs:85:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<'a> Decoder<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn new(src: &'a [u8]) -> Result<Decoder> {
[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/decoder.rs:93:71
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<'a> Decoder<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub fn new_full(src: &'a [u8], csfix: bool, sony: bool) -> Result<Decoder> {
[INFO] [stdout]    |                                                                       ^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/pumps.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<'a> BitPumpMSB32<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 27 |     pub(crate) fn new(src: &'a [u8]) -> BitPumpMSB32 {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/pumps.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl<'a> BitPumpJPEG<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 67 |     pub(crate) fn new(src: &'a [u8]) -> BitPumpJPEG {
[INFO] [stdout]    |                                         ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/pumps.rs:148:44
[INFO] [stdout]     |
[INFO] [stdout] 146 | impl<'a> ByteStream<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] 147 |     #[inline]
[INFO] [stdout] 148 |     pub(crate) fn new(buffer: &'a [u8]) -> ByteStream {
[INFO] [stdout]     |                                            ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/decoder.rs:85:41
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<'a> Decoder<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn new(src: &'a [u8]) -> Result<Decoder> {
[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/decoder.rs:93:71
[INFO] [stdout]    |
[INFO] [stdout] 82 | impl<'a> Decoder<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] ...
[INFO] [stdout] 93 |     pub fn new_full(src: &'a [u8], csfix: bool, sony: bool) -> Result<Decoder> {
[INFO] [stdout]    |                                                                       ^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/pumps.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<'a> BitPumpMSB32<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 27 |     pub(crate) fn new(src: &'a [u8]) -> BitPumpMSB32 {
[INFO] [stdout]    |                                         ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/pumps.rs:67:41
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl<'a> BitPumpJPEG<'a> {
[INFO] [stdout]    |      -- lifetime `'a` declared here
[INFO] [stdout] 67 |     pub(crate) fn new(src: &'a [u8]) -> BitPumpJPEG {
[INFO] [stdout]    |                                         ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/pumps.rs:148:44
[INFO] [stdout]     |
[INFO] [stdout] 146 | impl<'a> ByteStream<'a> {
[INFO] [stdout]     |      -- lifetime `'a` declared here
[INFO] [stdout] 147 |     #[inline]
[INFO] [stdout] 148 |     pub(crate) fn new(buffer: &'a [u8]) -> ByteStream {
[INFO] [stdout]     |                                            ^^^^^^^^^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `benches/../tests/2comp.jpg`: No such file or directory (os error 2)
[INFO] [stdout]   --> benches/decoding.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 |     b.iter(|| read_image(include_bytes!("../tests/2comp.jpg")));
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../tests/2comp.jpg`: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/decoder.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let decoder = Decoder::new(include_bytes!("../tests/2comp.jpg")).unwrap();
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../tests/2comp.pgm`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/decoder.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let reference = include_bytes!("../tests/2comp.pgm");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ljpeg` (bench "decoding") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ljpeg` (test "decoder") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "2d5aaa59f2f1bcc18a3d0af5b58be6349fb0fcfe5c58a133cf1cac11be5c3391", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d5aaa59f2f1bcc18a3d0af5b58be6349fb0fcfe5c58a133cf1cac11be5c3391", kill_on_drop: false }`
[INFO] [stdout] 2d5aaa59f2f1bcc18a3d0af5b58be6349fb0fcfe5c58a133cf1cac11be5c3391
