[INFO] cloning repository https://github.com/Skirmisher/hapi-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Skirmisher/hapi-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkirmisher%2Fhapi-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkirmisher%2Fhapi-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b1d992c2cbca7422ae80d22ea35e1a7ef40d91a8 [INFO] testing Skirmisher/hapi-rs against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSkirmisher%2Fhapi-rs" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Skirmisher/hapi-rs on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Skirmisher/hapi-rs [INFO] finished tweaking git repo https://github.com/Skirmisher/hapi-rs [INFO] tweaked toml for git repo https://github.com/Skirmisher/hapi-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Skirmisher/hapi-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a893f1e4ace8f5c77f0b75a1a5f79c2b183b3951477919e9b6da03bda4fe54cc [INFO] running `Command { std: "docker" "start" "-a" "a893f1e4ace8f5c77f0b75a1a5f79c2b183b3951477919e9b6da03bda4fe54cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a893f1e4ace8f5c77f0b75a1a5f79c2b183b3951477919e9b6da03bda4fe54cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a893f1e4ace8f5c77f0b75a1a5f79c2b183b3951477919e9b6da03bda4fe54cc", kill_on_drop: false }` [INFO] [stdout] a893f1e4ace8f5c77f0b75a1a5f79c2b183b3951477919e9b6da03bda4fe54cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a188ecbb569c9b6ff113344954b702082a6c1e355d6fa9dfa5e041c6e092a42 [INFO] running `Command { std: "docker" "start" "-a" "9a188ecbb569c9b6ff113344954b702082a6c1e355d6fa9dfa5e041c6e092a42", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling binrw_derive v0.8.0 [INFO] [stderr] Compiling owo-colors v2.1.0 [INFO] [stderr] Compiling libflate_lz77 v1.0.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling array-init v2.0.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling libflate v1.0.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling binrw v0.8.0 [INFO] [stderr] Compiling hapi v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `toc_size` [INFO] [stdout] --> src/hapi.rs:26:2 [INFO] [stdout] | [INFO] [stdout] 26 | toc_size: u32, // size of table of contents [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `HapiHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug, BinRead, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `compressed_size` [INFO] [stdout] --> src/hapi.rs:147:2 [INFO] [stdout] | [INFO] [stdout] 147 | compressed_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/hapi.rs:149:2 [INFO] [stdout] | [INFO] [stdout] 149 | checksum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `list_files` [INFO] [stdout] --> src/main.rs:31:4 [INFO] [stdout] | [INFO] [stdout] 31 | fn list_files(dir: &HapiDirectory) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.77s [INFO] running `Command { std: "docker" "inspect" "9a188ecbb569c9b6ff113344954b702082a6c1e355d6fa9dfa5e041c6e092a42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a188ecbb569c9b6ff113344954b702082a6c1e355d6fa9dfa5e041c6e092a42", kill_on_drop: false }` [INFO] [stdout] 9a188ecbb569c9b6ff113344954b702082a6c1e355d6fa9dfa5e041c6e092a42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1e27c25d08adb9805e1bde7f184c9f53319db2b2682cbc5ed0bef54b2b65631 [INFO] running `Command { std: "docker" "start" "-a" "f1e27c25d08adb9805e1bde7f184c9f53319db2b2682cbc5ed0bef54b2b65631", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `toc_size` [INFO] [stdout] --> src/hapi.rs:26:2 [INFO] [stdout] | [INFO] [stdout] 26 | toc_size: u32, // size of table of contents [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `HapiHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug, BinRead, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `compressed_size` [INFO] [stdout] --> src/hapi.rs:147:2 [INFO] [stdout] | [INFO] [stdout] 147 | compressed_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/hapi.rs:149:2 [INFO] [stdout] | [INFO] [stdout] 149 | checksum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hapi v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `list_files` [INFO] [stdout] --> src/main.rs:31:4 [INFO] [stdout] | [INFO] [stdout] 31 | fn list_files(dir: &HapiDirectory) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `toc_size` [INFO] [stdout] --> src/hapi.rs:26:2 [INFO] [stdout] | [INFO] [stdout] 26 | toc_size: u32, // size of table of contents [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `HapiHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Debug, BinRead, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `compressed_size` [INFO] [stdout] --> src/hapi.rs:147:2 [INFO] [stdout] | [INFO] [stdout] 147 | compressed_size: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/hapi.rs:149:2 [INFO] [stdout] | [INFO] [stdout] 149 | checksum: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/hapi.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `Command { std: "docker" "inspect" "f1e27c25d08adb9805e1bde7f184c9f53319db2b2682cbc5ed0bef54b2b65631", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1e27c25d08adb9805e1bde7f184c9f53319db2b2682cbc5ed0bef54b2b65631", kill_on_drop: false }` [INFO] [stdout] f1e27c25d08adb9805e1bde7f184c9f53319db2b2682cbc5ed0bef54b2b65631 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1bdb271240c5a1278ddf19accc558b5f0c116ac57f73c9115fdbe4b80d6295a7 [INFO] running `Command { std: "docker" "start" "-a" "1bdb271240c5a1278ddf19accc558b5f0c116ac57f73c9115fdbe4b80d6295a7", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `toc_size` [INFO] [stderr] --> src/hapi.rs:26:2 [INFO] [stderr] | [INFO] [stderr] 26 | toc_size: u32, // size of table of contents [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `HapiHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/hapi.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Debug, BinRead, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `compressed_size` [INFO] [stderr] --> src/hapi.rs:147:2 [INFO] [stderr] | [INFO] [stderr] 147 | compressed_size: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/hapi.rs:138:10 [INFO] [stderr] | [INFO] [stderr] 138 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `checksum` [INFO] [stderr] --> src/hapi.rs:149:2 [INFO] [stderr] | [INFO] [stderr] 149 | checksum: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `HapiCompressedChunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/hapi.rs:138:10 [INFO] [stderr] | [INFO] [stderr] 138 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `hapi` (lib) generated 3 warnings [INFO] [stderr] warning: `hapi` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] warning: function is never used: `list_files` [INFO] [stderr] --> src/main.rs:31:4 [INFO] [stderr] | [INFO] [stderr] 31 | fn list_files(dir: &HapiDirectory) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `hapi` (bin "hapi" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hapi-4dcc368e28232cbc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hapi-3a9c9724511a4593) [INFO] [stdout] [INFO] [stderr] Doc-tests hapi [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] error[E0659]: `hapi` is ambiguous [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use hapi::*; [INFO] [stderr] | ^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple potential import sources [INFO] [stderr] = note: `hapi` could refer to a crate passed with `--extern` [INFO] [stderr] = help: use `::hapi` to refer to this crate unambiguously [INFO] [stderr] note: `hapi` could also refer to the module defined here [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | mod hapi; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] = help: use `crate::hapi` to refer to this module unambiguously [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0659`. [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "1bdb271240c5a1278ddf19accc558b5f0c116ac57f73c9115fdbe4b80d6295a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bdb271240c5a1278ddf19accc558b5f0c116ac57f73c9115fdbe4b80d6295a7", kill_on_drop: false }` [INFO] [stdout] 1bdb271240c5a1278ddf19accc558b5f0c116ac57f73c9115fdbe4b80d6295a7