[INFO] fetching crate jerk 0.2.2... [INFO] testing jerk-0.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate jerk 0.2.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate jerk 0.2.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jerk 0.2.2 [INFO] finished tweaking crates.io crate jerk 0.2.2 [INFO] tweaked toml for crates.io crate jerk 0.2.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 490a9beaa790cf61f584f52413355a0a41b60f1a07f89b6f182950c6c3eb5ebf [INFO] running `Command { std: "docker" "start" "-a" "490a9beaa790cf61f584f52413355a0a41b60f1a07f89b6f182950c6c3eb5ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "490a9beaa790cf61f584f52413355a0a41b60f1a07f89b6f182950c6c3eb5ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "490a9beaa790cf61f584f52413355a0a41b60f1a07f89b6f182950c6c3eb5ebf", kill_on_drop: false }` [INFO] [stdout] 490a9beaa790cf61f584f52413355a0a41b60f1a07f89b6f182950c6c3eb5ebf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33dcb62b4a579d00fe785d54f0c21afd9c29ac5bb8fcfab46eb6b468bbf315d2 [INFO] running `Command { std: "docker" "start" "-a" "33dcb62b4a579d00fe785d54f0c21afd9c29ac5bb8fcfab46eb6b468bbf315d2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling jerk v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0659]: `c_void` is ambiguous [INFO] [stdout] --> src/jvm.rs:64:103 [INFO] [stdout] | [INFO] [stdout] 64 | JNI_CreateJavaVM: unsafe extern "system" fn (pvm: *mut *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint, [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 type alias imported here [INFO] [stdout] --> src/jvm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::*; [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 enum imported here [INFO] [stdout] --> src/jvm.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(unix)] use libc::*; [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] --> src/jvm.rs:64:122 [INFO] [stdout] | [INFO] [stdout] 64 | JNI_CreateJavaVM: unsafe extern "system" fn (pvm: *mut *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint, [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 type alias imported here [INFO] [stdout] --> src/jvm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::*; [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 enum imported here [INFO] [stdout] --> src/jvm.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(unix)] use libc::*; [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] --> src/jvm.rs:66:75 [INFO] [stdout] | [INFO] [stdout] 66 | JNI_GetDefaultJavaVMInitArgs: unsafe extern "system" fn (args: *mut c_void) -> jint, [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 type alias imported here [INFO] [stdout] --> src/jvm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::*; [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 enum imported here [INFO] [stdout] --> src/jvm.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(unix)] use libc::*; [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] --> src/jvm.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | pub unsafe fn load(module: *mut c_void) -> io::Result { [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 type alias imported here [INFO] [stdout] --> src/jvm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::*; [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 enum imported here [INFO] [stdout] --> src/jvm.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(unix)] use libc::*; [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] --> src/jvm.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | module: *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 type alias imported here [INFO] [stdout] --> src/jvm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::*; [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 enum imported here [INFO] [stdout] --> src/jvm.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(unix)] use libc::*; [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] --> src/jvm.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | ) -> io::Result<*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 type alias imported here [INFO] [stdout] --> src/jvm.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::os::raw::*; [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 enum imported here [INFO] [stdout] --> src/jvm.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(unix)] use libc::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `c_void` to disambiguate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0659`. [INFO] [stdout] [INFO] [stderr] error: could not compile `jerk` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "33dcb62b4a579d00fe785d54f0c21afd9c29ac5bb8fcfab46eb6b468bbf315d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33dcb62b4a579d00fe785d54f0c21afd9c29ac5bb8fcfab46eb6b468bbf315d2", kill_on_drop: false }` [INFO] [stdout] 33dcb62b4a579d00fe785d54f0c21afd9c29ac5bb8fcfab46eb6b468bbf315d2