[INFO] crate assembly-pack 0.1.0 is already in cache [INFO] extracting crate assembly-pack 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/assembly-pack/0.1.0 [INFO] extracting crate assembly-pack 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/assembly-pack/0.1.0 [INFO] validating manifest of assembly-pack-0.1.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of assembly-pack-0.1.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing assembly-pack-0.1.0 [INFO] finished frobbing assembly-pack-0.1.0 [INFO] frobbed toml for assembly-pack-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/assembly-pack/0.1.0/Cargo.toml [INFO] started frobbing assembly-pack-0.1.0 [INFO] finished frobbing assembly-pack-0.1.0 [INFO] frobbed toml for assembly-pack-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/assembly-pack/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking assembly-pack-0.1.0 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/assembly-pack/0.1.0:/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a4c4d839b1f0e14fe06e320b10ae60f942fd3b66951c5d55f84f77dbbe984bb3 [INFO] running `"docker" "start" "-a" "a4c4d839b1f0e14fe06e320b10ae60f942fd3b66951c5d55f84f77dbbe984bb3"` [INFO] [stderr] Checking assembly-core v0.1.0 [INFO] [stderr] Checking assembly-pack v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pk/reader.rs:108:82 [INFO] [stderr] | [INFO] [stderr] 108 | pub fn get_file_data<'c, 'b: 'c>(&'b mut self, entry: PKEntry) -> Result, StreamError> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'c` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pk/reader.rs:108:82 [INFO] [stderr] | [INFO] [stderr] 108 | pub fn get_file_data<'c, 'b: 'c>(&'b mut self, entry: PKEntry) -> Result, StreamError> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'c` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pki-list.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pki::{io::LoadError, core::PackIndexFile}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pk-file.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use assembly::pk::reader::{PackFile, PackEntryAccessor}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pk-file.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pk::file::{PKEntry}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pk-file.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use assembly::core::reader::{FileError, FileResult}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pki-find.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pki::core::PackIndexFile; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pki-find.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use assembly::pki::io::{LoadError}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pk-entries.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use assembly::pk::reader::{PackFile, PackEntryAccessor}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pk-entries.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pk::file::{PKEntry}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assembly` [INFO] [stderr] --> examples/pk-entries.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use assembly::core::reader::{FileError, FileResult}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `assembly` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `env` [INFO] [stderr] --> examples/pki-list.rs:22:29 [INFO] [stderr] | [INFO] [stderr] 22 | let args: Vec = env::args().collect(); [INFO] [stderr] | ^^^ use of undeclared type or module `env` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PackIndexFile` [INFO] [stderr] --> examples/pki-list.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | PackIndexFile::try_from(filename.as_ref())? [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PackIndexFile` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LoadError` in this scope [INFO] [stderr] --> examples/pki-list.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | Load(LoadError), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pki::io::LoadError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LoadError` in this scope [INFO] [stderr] --> examples/pki-list.rs:10:11 [INFO] [stderr] | [INFO] [stderr] 10 | impl From for MainError { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pki::io::LoadError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LoadError` in this scope [INFO] [stderr] --> examples/pki-list.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | fn from(e: LoadError) -> Self { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pki::io::LoadError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `core::PackIndexFile`, `io::LoadError` [INFO] [stderr] --> examples/pki-list.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pki::{io::LoadError, core::PackIndexFile}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::convert::TryFrom` [INFO] [stderr] --> examples/pki-list.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::convert::TryFrom; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `assembly-pack`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PackIndexFile` [INFO] [stderr] --> examples/pki-find.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | let pki = PackIndexFile::try_from(filename.as_ref())?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `PackIndexFile` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LoadError` in this scope [INFO] [stderr] --> examples/pki-find.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | Load(LoadError), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pki::io::LoadError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LoadError` in this scope [INFO] [stderr] --> examples/pki-find.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | impl From for MainError { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pki::io::LoadError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LoadError` in this scope [INFO] [stderr] --> examples/pki-find.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | fn from(e: LoadError) -> Self { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pki::io::LoadError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `assembly::pki::core::PackIndexFile` [INFO] [stderr] --> examples/pki-find.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pki::core::PackIndexFile; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `LoadError` [INFO] [stderr] --> examples/pki-find.rs:3:25 [INFO] [stderr] | [INFO] [stderr] 3 | use assembly::pki::io::{LoadError}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<[type error]>` for type `MainError`: [INFO] [stderr] --> examples/pki-find.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 13 | impl From for MainError { [INFO] [stderr] | ---------------------------------- first implementation here [INFO] [stderr] ... [INFO] [stderr] 19 | impl From for MainError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `MainError` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `assembly-pack`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PackFile` [INFO] [stderr] --> examples/pk-file.rs:69:24 [INFO] [stderr] | [INFO] [stderr] 69 | let mut pack = PackFile::open(&mut reader); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `PackFile` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileError` in this scope [INFO] [stderr] --> examples/pk-file.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | File(FileError), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileError` in this scope [INFO] [stderr] --> examples/pk-file.rs:20:11 [INFO] [stderr] | [INFO] [stderr] 20 | impl From for MainError { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileError` in this scope [INFO] [stderr] --> examples/pk-file.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | fn from(e: FileError) -> Self { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PackEntryAccessor` in this scope [INFO] [stderr] --> examples/pk-file.rs:27:22 [INFO] [stderr] | [INFO] [stderr] 27 | entries: &'b mut PackEntryAccessor<'b,'a,T>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pk::reader::PackEntryAccessor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileResult` in this scope [INFO] [stderr] --> examples/pk-file.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | entry: Option>, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileResult; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PKEntry` in this scope [INFO] [stderr] --> examples/pk-file.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | entry: Option>, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pk::file::PKEntry; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `PackEntryAccessor`, `PackFile` [INFO] [stderr] --> examples/pk-file.rs:1:28 [INFO] [stderr] | [INFO] [stderr] 1 | use assembly::pk::reader::{PackFile, PackEntryAccessor}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `PKEntry` [INFO] [stderr] --> examples/pk-file.rs:2:26 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pk::file::{PKEntry}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `FileError`, `FileResult` [INFO] [stderr] --> examples/pk-file.rs:3:30 [INFO] [stderr] | [INFO] [stderr] 3 | use assembly::core::reader::{FileError, FileResult}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `assembly-pack`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PackFile` [INFO] [stderr] --> examples/pk-entries.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | let mut pack = PackFile::open(&mut reader); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `PackFile` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileError` in this scope [INFO] [stderr] --> examples/pk-entries.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | File(FileError), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileError` in this scope [INFO] [stderr] --> examples/pk-entries.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | impl From for MainError { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileError` in this scope [INFO] [stderr] --> examples/pk-entries.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | fn from(e: FileError) -> Self { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileError; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PackEntryAccessor` in this scope [INFO] [stderr] --> examples/pk-entries.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | entries: &mut PackEntryAccessor<'b,'a,T>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pk::reader::PackEntryAccessor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FileResult` in this scope [INFO] [stderr] --> examples/pk-entries.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | entry: Option> [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_core::reader::FileResult; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PKEntry` in this scope [INFO] [stderr] --> examples/pk-entries.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | entry: Option> [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use assembly_pack::pk::file::PKEntry; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `PackEntryAccessor`, `PackFile` [INFO] [stderr] --> examples/pk-entries.rs:1:28 [INFO] [stderr] | [INFO] [stderr] 1 | use assembly::pk::reader::{PackFile, PackEntryAccessor}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `PKEntry` [INFO] [stderr] --> examples/pk-entries.rs:2:26 [INFO] [stderr] | [INFO] [stderr] 2 | use assembly::pk::file::{PKEntry}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `FileError`, `FileResult` [INFO] [stderr] --> examples/pk-entries.rs:3:30 [INFO] [stderr] | [INFO] [stderr] 3 | use assembly::core::reader::{FileError, FileResult}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `assembly-pack`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a4c4d839b1f0e14fe06e320b10ae60f942fd3b66951c5d55f84f77dbbe984bb3"` [INFO] running `"docker" "rm" "-f" "a4c4d839b1f0e14fe06e320b10ae60f942fd3b66951c5d55f84f77dbbe984bb3"` [INFO] [stdout] a4c4d839b1f0e14fe06e320b10ae60f942fd3b66951c5d55f84f77dbbe984bb3