[INFO] crate tree_magic_fork 0.2.2 is already in cache [INFO] testing tree_magic_fork-0.2.2 against 1.38.0 for beta-1.39-1 [INFO] extracting crate tree_magic_fork 0.2.2 into work/builds/worker-8/source [INFO] validating manifest of crates.io crate tree_magic_fork 0.2.2 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tree_magic_fork 0.2.2 [INFO] finished tweaking crates.io crate tree_magic_fork 0.2.2 [INFO] tweaked toml for crates.io crate tree_magic_fork 0.2.2 written to work/builds/worker-8/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 7ff96149e55b3d8b3c47864557676ba419004935ea313bed266a71ebd086793a [INFO] running `"docker" "start" "-a" "7ff96149e55b3d8b3c47864557676ba419004935ea313bed266a71ebd086793a"` [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling tree_magic_fork v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/builtin.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | /// Preload alias list [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref ALIASES: FnvHashMap = { [INFO] [stderr] 17 | | init::get_aliaslist() [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/builtin.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | /// Load magic file before anything else. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref ALLRULES: FnvHashMap> = { [INFO] [stderr] 24 | | super::ruleset::from_u8(include_bytes!("magic")).unwrap_or(FnvHashMap::default()) [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/sys.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | /// Preload alias list [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 19 | / lazy_static! { [INFO] [stderr] 20 | | static ref ALIASES: FnvHashMap = { [INFO] [stderr] 21 | | init::get_aliaslist() [INFO] [stderr] 22 | | }; [INFO] [stderr] 23 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/sys.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / /// Load magic file before anything else. [INFO] [stderr] 26 | | /// sys_fdo_magic always disabled on Windows. [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | static ref ALLRULES: FnvHashMap> = { [INFO] [stderr] 29 | | super::ruleset::from_filepath("/usr/share/mime/magic").unwrap_or(FnvHashMap::default()) [INFO] [stderr] 30 | | }; [INFO] [stderr] 31 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/mod.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | /// Singular magic entry [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 187 | / named!(magic_entry<(MIME, Vec)>, [INFO] [stderr] 188 | | do_parse!( [INFO] [stderr] 189 | | _mime: do_parse!( [INFO] [stderr] 190 | | ret: mime >> [INFO] [stderr] ... | [INFO] [stderr] 195 | | ) [INFO] [stderr] 196 | | ); [INFO] [stderr] | |______- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/mod.rs:198:5 [INFO] [stderr] | [INFO] [stderr] 198 | / /// Converts a magic file given as a &[u8] array [INFO] [stderr] 199 | | /// to a vector of MagicEntry structs [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 200 | / named!(from_u8_to_tuple_vec)>>, [INFO] [stderr] 201 | | do_parse!( [INFO] [stderr] 202 | | tag!("MIME-Magic\0\n") >> [INFO] [stderr] 203 | | ret: many0!(magic_entry) >> [INFO] [stderr] 204 | | (ret) [INFO] [stderr] 205 | | ) [INFO] [stderr] 206 | | ); [INFO] [stderr] | |______- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | /// Mappings between modules and supported mimes (by index in table above) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref CHECKER_SUPPORT: FnvHashMap = { [INFO] [stderr] 121 | | let mut out = FnvHashMap::::default(); [INFO] [stderr] 122 | | for i in 0..CHECKERS.len() { [INFO] [stderr] ... | [INFO] [stderr] 128 | | }; [INFO] [stderr] 129 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.67s [INFO] running `"docker" "inspect" "7ff96149e55b3d8b3c47864557676ba419004935ea313bed266a71ebd086793a"` [INFO] running `"docker" "rm" "-f" "7ff96149e55b3d8b3c47864557676ba419004935ea313bed266a71ebd086793a"` [INFO] [stdout] 7ff96149e55b3d8b3c47864557676ba419004935ea313bed266a71ebd086793a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 3d757b650c718e601a1b0bbaef157d02b741def1729d22567fa81fea65bac920 [INFO] running `"docker" "start" "-a" "3d757b650c718e601a1b0bbaef157d02b741def1729d22567fa81fea65bac920"` [INFO] [stderr] Compiling tree_magic_fork v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/builtin.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | /// Preload alias list [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref ALIASES: FnvHashMap = { [INFO] [stderr] 17 | | init::get_aliaslist() [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/builtin.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | /// Load magic file before anything else. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref ALLRULES: FnvHashMap> = { [INFO] [stderr] 24 | | super::ruleset::from_u8(include_bytes!("magic")).unwrap_or(FnvHashMap::default()) [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/sys.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | /// Preload alias list [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 19 | / lazy_static! { [INFO] [stderr] 20 | | static ref ALIASES: FnvHashMap = { [INFO] [stderr] 21 | | init::get_aliaslist() [INFO] [stderr] 22 | | }; [INFO] [stderr] 23 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/sys.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / /// Load magic file before anything else. [INFO] [stderr] 26 | | /// sys_fdo_magic always disabled on Windows. [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | static ref ALLRULES: FnvHashMap> = { [INFO] [stderr] 29 | | super::ruleset::from_filepath("/usr/share/mime/magic").unwrap_or(FnvHashMap::default()) [INFO] [stderr] 30 | | }; [INFO] [stderr] 31 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/mod.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | /// Singular magic entry [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 187 | / named!(magic_entry<(MIME, Vec)>, [INFO] [stderr] 188 | | do_parse!( [INFO] [stderr] 189 | | _mime: do_parse!( [INFO] [stderr] 190 | | ret: mime >> [INFO] [stderr] ... | [INFO] [stderr] 195 | | ) [INFO] [stderr] 196 | | ); [INFO] [stderr] | |______- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/fdo_magic/mod.rs:198:5 [INFO] [stderr] | [INFO] [stderr] 198 | / /// Converts a magic file given as a &[u8] array [INFO] [stderr] 199 | | /// to a vector of MagicEntry structs [INFO] [stderr] | |_________________________________________^ [INFO] [stderr] 200 | / named!(from_u8_to_tuple_vec)>>, [INFO] [stderr] 201 | | do_parse!( [INFO] [stderr] 202 | | tag!("MIME-Magic\0\n") >> [INFO] [stderr] 203 | | ret: many0!(magic_entry) >> [INFO] [stderr] 204 | | (ret) [INFO] [stderr] 205 | | ) [INFO] [stderr] 206 | | ); [INFO] [stderr] | |______- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:118:1 [INFO] [stderr] | [INFO] [stderr] 118 | /// Mappings between modules and supported mimes (by index in table above) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref CHECKER_SUPPORT: FnvHashMap = { [INFO] [stderr] 121 | | let mut out = FnvHashMap::::default(); [INFO] [stderr] 122 | | for i in 0..CHECKERS.len() { [INFO] [stderr] ... | [INFO] [stderr] 128 | | }; [INFO] [stderr] 129 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `"docker" "inspect" "3d757b650c718e601a1b0bbaef157d02b741def1729d22567fa81fea65bac920"` [INFO] running `"docker" "rm" "-f" "3d757b650c718e601a1b0bbaef157d02b741def1729d22567fa81fea65bac920"` [INFO] [stdout] 3d757b650c718e601a1b0bbaef157d02b741def1729d22567fa81fea65bac920 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 38400a2b641c17dbfb356d0b705d7ae35145de2283037071f2d18fe521b1dc6b [INFO] running `"docker" "start" "-a" "38400a2b641c17dbfb356d0b705d7ae35145de2283037071f2d18fe521b1dc6b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tree_magic_fork-dd94e14a5d26df65 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test fdo_magic::ruleset::str_transmute_sanity ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests tree_magic_fork [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - is_alias (line 612) ... FAILED [INFO] [stdout] test src/lib.rs - (line 27) ... FAILED [INFO] [stdout] test src/lib.rs - from_u8 (line 464) ... FAILED [INFO] [stdout] test src/lib.rs - match_u8 (line 408) ... FAILED [INFO] [stdout] test src/lib.rs - from_filepath (line 584) ... FAILED [INFO] [stdout] test src/lib.rs - from_filepath_node (line 530) ... FAILED [INFO] [stdout] test src/lib.rs - from_u8_node (line 439) ... FAILED [INFO] [stdout] test src/lib.rs - match_filepath (line 497) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - is_alias (line 612) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:616:13 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!( tree_magic::is_alias(mime1, mime2), true ); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 27) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `tree_magic` [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate tree_magic; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - from_u8 (line 464) stdout ---- [INFO] [stdout] error: couldn't read src/tests/image/gif: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:466:20 [INFO] [stdout] | [INFO] [stdout] 4 | let input: &[u8] = include_bytes!("tests/image/gif"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:469:14 [INFO] [stdout] | [INFO] [stdout] 7 | let result = tree_magic::from_u8(input); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - match_u8 (line 408) stdout ---- [INFO] [stdout] error: couldn't read src/tests/image/gif: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:410:20 [INFO] [stdout] | [INFO] [stdout] 4 | let input: &[u8] = include_bytes!("tests/image/gif"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:413:14 [INFO] [stdout] | [INFO] [stdout] 7 | let result = tree_magic::match_u8("image/gif", input); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - from_filepath (line 584) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:591:14 [INFO] [stdout] | [INFO] [stdout] 9 | let result = tree_magic::from_filepath(path); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - from_filepath_node (line 530) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:540:15 [INFO] [stdout] | [INFO] [stdout] 12 | let zipnode = tree_magic::TYPE.hash.get("application/zip").unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:543:14 [INFO] [stdout] | [INFO] [stdout] 15 | let result = tree_magic::from_filepath_node(*zipnode, path); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - from_u8_node (line 439) stdout ---- [INFO] [stdout] error: couldn't read src/tests/application/zip: No such file or directory (os error 2) [INFO] [stdout] --> src/lib.rs:445:20 [INFO] [stdout] | [INFO] [stdout] 8 | let input: &[u8] = include_bytes!("tests/application/zip"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:448:15 [INFO] [stdout] | [INFO] [stdout] 11 | let zipnode = tree_magic::TYPE.hash.get("application/zip").unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:451:14 [INFO] [stdout] | [INFO] [stdout] 14 | let result = tree_magic::from_u8_node(*zipnode, input); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - match_filepath (line 497) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `tree_magic` [INFO] [stdout] --> src/lib.rs:504:14 [INFO] [stdout] | [INFO] [stdout] 9 | let result = tree_magic::match_filepath("image/gif", path); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `tree_magic` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 27) [INFO] [stdout] src/lib.rs - from_filepath (line 584) [INFO] [stdout] src/lib.rs - from_filepath_node (line 530) [INFO] [stdout] src/lib.rs - from_u8 (line 464) [INFO] [stdout] src/lib.rs - from_u8_node (line 439) [INFO] [stdout] src/lib.rs - is_alias (line 612) [INFO] [stdout] src/lib.rs - match_filepath (line 497) [INFO] [stdout] src/lib.rs - match_u8 (line 408) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "38400a2b641c17dbfb356d0b705d7ae35145de2283037071f2d18fe521b1dc6b"` [INFO] running `"docker" "rm" "-f" "38400a2b641c17dbfb356d0b705d7ae35145de2283037071f2d18fe521b1dc6b"` [INFO] [stdout] 38400a2b641c17dbfb356d0b705d7ae35145de2283037071f2d18fe521b1dc6b