[INFO] fetching crate symbolic-debuginfo 6.0.6... [INFO] extracting crate symbolic-debuginfo 6.0.6 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/symbolic-debuginfo/6.0.6 [INFO] extracting crate symbolic-debuginfo 6.0.6 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symbolic-debuginfo/6.0.6 [INFO] validating manifest of symbolic-debuginfo-6.0.6 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of symbolic-debuginfo-6.0.6 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing symbolic-debuginfo-6.0.6 [INFO] finished frobbing symbolic-debuginfo-6.0.6 [INFO] frobbed toml for symbolic-debuginfo-6.0.6 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/symbolic-debuginfo/6.0.6/Cargo.toml [INFO] started frobbing symbolic-debuginfo-6.0.6 [INFO] finished frobbing symbolic-debuginfo-6.0.6 [INFO] frobbed toml for symbolic-debuginfo-6.0.6 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symbolic-debuginfo/6.0.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pdb v0.3.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing symbolic-debuginfo-6.0.6 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/symbolic-debuginfo/6.0.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 3a7f8a4c1e763d31422806ff623150a6a2f8353fcb9973f9dc6de895c6c1e1b6 [INFO] running `"docker" "start" "-a" "3a7f8a4c1e763d31422806ff623150a6a2f8353fcb9973f9dc6de895c6c1e1b6"` [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling dmsort v1.0.0 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling debugid v0.5.3 [INFO] [stderr] Compiling gimli v0.17.0 [INFO] [stderr] Compiling symbolic-common v6.1.3 [INFO] [stderr] Compiling goblin v0.0.21 [INFO] [stderr] Compiling pdb v0.3.0 [INFO] [stderr] Compiling symbolic-debuginfo v6.0.6 (/opt/crater/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `parse_hex` found for type `debugid::CodeId` in the current scope [INFO] [stderr] --> src/breakpad.rs:797:36 [INFO] [stderr] | [INFO] [stderr] 797 | return CodeId::parse_hex(code_id).ok(); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `debugid::CodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_slice` found for type `debugid::CodeId` in the current scope [INFO] [stderr] --> src/elf.rs:65:50 [INFO] [stderr] | [INFO] [stderr] 65 | self.find_build_id().map(|slice| CodeId::from_slice(slice)) [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `debugid::CodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_slice` found for type `debugid::CodeId` in the current scope [INFO] [stderr] --> src/macho.rs:68:22 [INFO] [stderr] | [INFO] [stderr] 68 | Some(CodeId::from_slice(&uuid.as_bytes()[..])) [INFO] [stderr] | ^^^^^^^^^^ function or associated item not found in `debugid::CodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_vec` found for type `debugid::CodeId` in the current scope [INFO] [stderr] --> src/pe.rs:76:22 [INFO] [stderr] | [INFO] [stderr] 76 | Some(CodeId::from_vec(code_id)) [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `debugid::CodeId` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `symbolic-debuginfo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3a7f8a4c1e763d31422806ff623150a6a2f8353fcb9973f9dc6de895c6c1e1b6"` [INFO] running `"docker" "rm" "-f" "3a7f8a4c1e763d31422806ff623150a6a2f8353fcb9973f9dc6de895c6c1e1b6"` [INFO] [stdout] 3a7f8a4c1e763d31422806ff623150a6a2f8353fcb9973f9dc6de895c6c1e1b6