[INFO] crate assembly-pack 0.1.0 is already in cache
[INFO] checking assembly-pack-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate assembly-pack 0.1.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate assembly-pack 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate assembly-pack 0.1.0
[INFO] finished tweaking crates.io crate assembly-pack 0.1.0
[INFO] tweaked toml for crates.io crate assembly-pack 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a6f176c3d87cdaf94bc2221f7c17608e60411b51af42b844118a091171ce5d71
[INFO] running `"docker" "start" "-a" "a6f176c3d87cdaf94bc2221f7c17608e60411b51af42b844118a091171ce5d71"`
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking static_assertions v0.3.4
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking rle-decode-fast v1.0.1
[INFO] [stderr]    Compiling nom v5.1.1
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking crc32fast v1.2.0
[INFO] [stderr]    Compiling lexical-core v0.6.7
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking libflate v0.1.27
[INFO] [stderr]     Checking assembly-core v0.1.0
[INFO] [stderr]     Checking assembly-pack v0.1.0 (/opt/rustwide/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<Box<Read + 'c>, 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<Box<Read + 'c>, 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/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 `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 `env`
[INFO] [stderr]   --> examples/pki-list.rs:22:29
[INFO] [stderr]    |
[INFO] [stderr] 22 |     let args: Vec<String> = 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]   |
[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<LoadError> for MainError {
[INFO] [stderr]    |           ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl<LoadError> From<LoadError> for MainError {
[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]    |
[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[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] 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]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[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]    |
[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<FileError> for MainError {
[INFO] [stderr]    |           ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl<FileError> From<FileError> for MainError {
[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]    |
[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]    |
[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<FileResult<PKEntry>>
[INFO] [stderr]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 24 | fn print_entries<'b,'a,T, 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<FileResult<PKEntry>>
[INFO] [stderr]    |                              ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 24 | fn print_entries<'b,'a,T, PKEntry>(
[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] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[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]    |
[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<FileError> for MainError {
[INFO] [stderr]    |           ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl<FileError> From<FileError> for MainError {
[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]    |
[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]    |
[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<FileResult<PKEntry>>,
[INFO] [stderr]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn print_entry<'b,'a,T, 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<FileResult<PKEntry>>,
[INFO] [stderr]    |                              ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn print_entry<'b,'a,T, PKEntry>(
[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[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]   |
[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<LoadError> for MainError {
[INFO] [stderr]    |           ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[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] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl<LoadError> From<LoadError> for MainError {
[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]    |
[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: could not compile `assembly-pack`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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: 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] [stderr] warning: build failed, waiting for other jobs to finish...
[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" "a6f176c3d87cdaf94bc2221f7c17608e60411b51af42b844118a091171ce5d71"`
[INFO] running `"docker" "rm" "-f" "a6f176c3d87cdaf94bc2221f7c17608e60411b51af42b844118a091171ce5d71"`
[INFO] [stdout] a6f176c3d87cdaf94bc2221f7c17608e60411b51af42b844118a091171ce5d71
