[INFO] fetching crate jreflection 0.0.11...
[INFO] documenting jreflection-0.0.11 against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] extracting crate jreflection 0.0.11 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate jreflection 0.0.11
[INFO] finished tweaking crates.io crate jreflection 0.0.11
[INFO] tweaked toml for crates.io crate jreflection 0.0.11 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jreflection 0.0.11 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate jreflection 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f
[INFO] running `Command { std: "docker" "start" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]     Checking adler32 v1.0.4
[INFO] [stderr]     Checking jni-sys v0.3.0
[INFO] [stderr]     Checking minidl v0.1.0
[INFO] [stderr]     Checking podio v0.1.6
[INFO] [stderr]     Checking bugsalot v0.2.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.7
[INFO] [stderr]     Checking miniz_oxide v0.3.5
[INFO] [stderr]     Checking jimage-sys v0.1.0
[INFO] [stderr]     Checking jimage v0.2.3
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:68:50
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let mut path = path.bytes().map(|b| b as c_char).collect::<Vec<c_char>>();
[INFO] [stdout]    |                                                  ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | use std::ffi::*;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::os::raw::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:68:72
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let mut path = path.bytes().map(|b| b as c_char).collect::<Vec<c_char>>();
[INFO] [stdout]    |                                                                        ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | use std::ffi::*;
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::os::raw::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:119:124
[INFO] [stdout]     |
[INFO] [stdout] 119 | ...t>(_image: *mut sys::JImageFile, module_name: *const c_char, version: *const c_char, package: *const c_char, name: *const c_char...
[INFO] [stdout]     |                                                         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:119:148
[INFO] [stdout]     |
[INFO] [stdout] 119 | ...ageFile, module_name: *const c_char, version: *const c_char, package: *const c_char, name: *const c_char, extension: *const c_ch...
[INFO] [stdout]     |                                                         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:119:172
[INFO] [stdout]     |
[INFO] [stdout] 119 | ...onst c_char, version: *const c_char, package: *const c_char, name: *const c_char, extension: *const c_char, arg: *mut c_void) ->...
[INFO] [stdout]     |                                                         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:119:193
[INFO] [stdout]     |
[INFO] [stdout] 119 | ... *const c_char, package: *const c_char, name: *const c_char, extension: *const c_char, arg: *mut c_void) -> bool {
[INFO] [stdout]     |                                                         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_char` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:119:219
[INFO] [stdout]     |
[INFO] [stdout] 119 | ...const c_char, name: *const c_char, extension: *const c_char, arg: *mut c_void) -> bool {
[INFO] [stdout]     |                                                         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_char` could refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] note: `c_char` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_char` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_void` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:119:237
[INFO] [stdout]     |
[INFO] [stdout] 119 | ...: *const c_char, extension: *const c_char, arg: *mut c_void) -> bool {
[INFO] [stdout]     |                                                         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_void` could refer to the enum imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_void` to disambiguate
[INFO] [stdout] note: `c_void` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_void` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `c_void` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:135:93
[INFO] [stdout]     |
[INFO] [stdout] 135 |         unsafe { (self.api.JIMAGE_ResourceIterator)(*self.file, visit::<F>, context as *mut c_void) };
[INFO] [stdout]     |                                                                                             ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `c_void` could refer to the enum imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use std::ffi::*;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_void` to disambiguate
[INFO] [stdout] note: `c_void` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jimage-0.2.3/src/lib.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use std::os::raw::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `c_void` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jimage` (lib) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f", kill_on_drop: false }`
[INFO] [stdout] 648ad8e719cae57d3e51e2d48a6399f389c91d3440e7fb8261b9ffe97e64f17f
