[INFO] fetching crate minimp3-sys 0.3.2...
[INFO] checking minimp3-sys-0.3.2 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate minimp3-sys 0.3.2 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate minimp3-sys 0.3.2 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate minimp3-sys 0.3.2
[INFO] finished tweaking crates.io crate minimp3-sys 0.3.2
[INFO] tweaked toml for crates.io crate minimp3-sys 0.3.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate minimp3-sys 0.3.2 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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e4f08ef30bd1d5d5e24bb641475f4d0de9b81b69a84502eb7fa4f842a161ec30
[INFO] running `Command { std: "docker" "start" "-a" "e4f08ef30bd1d5d5e24bb641475f4d0de9b81b69a84502eb7fa4f842a161ec30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e4f08ef30bd1d5d5e24bb641475f4d0de9b81b69a84502eb7fa4f842a161ec30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4f08ef30bd1d5d5e24bb641475f4d0de9b81b69a84502eb7fa4f842a161ec30", kill_on_drop: false }`
[INFO] [stdout] e4f08ef30bd1d5d5e24bb641475f4d0de9b81b69a84502eb7fa4f842a161ec30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8798d49da6caef23eb54c8fbfb2a0ba8a4a13376df9fbff05e2119d144ae2c2
[INFO] running `Command { std: "docker" "start" "-a" "a8798d49da6caef23eb54c8fbfb2a0ba8a4a13376df9fbff05e2119d144ae2c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling minimp3-sys v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:5392
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < __fsid_t > ( ) ) ) . __val as * const _ as usize } , 0usize , concat ! ( "Offset of f...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:8800
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_frame_info_t > ( ) ) ) . frame_bytes as * const _ as usize } , 0usize , concat ! ( ...
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:9049
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_frame_info_t > ( ) ) ) . frame_offset as * const _ as usize } , 4usize , concat ! (...
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:9300
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_frame_info_t > ( ) ) ) . channels as * const _ as usize } , 8usize , concat ! ( "Of...
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:9543
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_frame_info_t > ( ) ) ) . hz as * const _ as usize } , 12usize , concat ! ( "Offset ...
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:9775
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_frame_info_t > ( ) ) ) . layer as * const _ as usize } , 16usize , concat ! ( "Offs...
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:10013
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_frame_info_t > ( ) ) ) . bitrate_kbps as * const _ as usize } , 20usize , concat ! ...
[INFO] [stdout]   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:10960
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_t > ( ) ) ) . mdct_overlap as * const _ as usize } , 0usize , concat ! ( "Offs...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:11189
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_t > ( ) ) ) . qmf_state as * const _ as usize } , 2304usize , concat ! ( "Offs...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:11415
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_t > ( ) ) ) . reserv as * const _ as usize } , 6144usize , concat ! ( "Offset ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:11635
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_t > ( ) ) ) . free_format_bytes as * const _ as usize } , 6148usize , concat !...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:11877
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_t > ( ) ) ) . header as * const _ as usize } , 6152usize , concat ! ( "Offset ...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> src/bindings.rs:3:12097
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! ( unsafe { & ( * ( :: std :: ptr :: null :: < mp3dec_t > ( ) ) ) . reserv_buf as * const _ as usize } , 6156usize , concat ! ( "Off...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `examples/../minimp3/vectors/M2L3_bitrate_24_all.bit`: No such file or directory (os error 2)
[INFO] [stdout]   --> examples/example.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let mp3 = include_bytes!("../minimp3/vectors/M2L3_bitrate_24_all.bit");
[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: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `minimp3-sys` (example "example") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a8798d49da6caef23eb54c8fbfb2a0ba8a4a13376df9fbff05e2119d144ae2c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8798d49da6caef23eb54c8fbfb2a0ba8a4a13376df9fbff05e2119d144ae2c2", kill_on_drop: false }`
[INFO] [stdout] a8798d49da6caef23eb54c8fbfb2a0ba8a4a13376df9fbff05e2119d144ae2c2
